#CBD320

Color #CBD320 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CBD320

Tints of Barberry #CBD320

Color information

#CBD320 (or 0xCBD320) is unknown color: approx Barberry. HEX triplet: CB, D3 and 20. RGB value is (203,211,32). Sum of RGB (Red+Green+Blue) = 203+211+32=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD320 is #342CDF. Grayscale: #BCBCBC. Windows color (decimal): -3419360 or 2151371. OLE color: 2151371.

HSL color Cylindrical-coordinate representation of color #CBD320: hue angle of 62.68º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBD320 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB20321132-
CMYK0.0400.850.17
HSL62.68º73.66%47.65%-
HSV(B)62.68º84.83%82.75%-
XYZ48.1859.3910.29-
YUV188.239.85138.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 211 (82.81% from 255) = 47.31%
BLUE value IS 32 (12.89% from 255) = 7.17%
R=45.52%
G=47.31%
B=7.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203211320.0400.850.1762.6873.6647.65
HexCBD3204055113f4a30
Octal3133234040125217711260
Binary110010111101001110000010001010101100011111111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD320; }

 p { color: rgb(203,211,32); }

 H1.HeaderClassName
 {
   color: #CBD320;
 }
 .AnyTagClassName
 {
   color: #CBD320;
 }
</style>
background-color css

<style>
 a { background-color: #CBD320; }

 a { background-color: rgb(203,211,32); }

 div.DivClassName
 {
   background-color: #CBD320;
 }
 .BgClassName
 {
   background-color: #CBD320;
 }
</style>
border-color css

<style>
 span { border-color: #CBD320; }

 span { border-color: rgb(203,211,32); }

 td.TdClassName
 {
   border-color: #CBD320;
 }
 .TagClassName
 {
   border-color: #CBD320;
 }
</style>