Html Css Color HEX #CBD320 Barberry

📋 copy color: '#CBD320'

red 203 ◦ green 211 ◦ blue 32

#CBD320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CBD320

Tints of Barberry #CBD320

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 value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#CBD320 (or 0xCBD320) is known color: 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

RGB 203 211 32 -
CMYK 0.04 0 0.85 0.17
HSL 62.68º 0.74% 0.48% -
HSV(B) 62.68º 0.85% 0.83% -
XYZ 48.18 59.39 10.29 -
YUV 188.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 203 211 32 0.04 0 0.85 0.17 62.68 0.74 0.48
Hex CB D3 20 4 0 55 11 3F 4A 30
Octal 313 323 40 4 0 125 21 77 112 60
Binary 11001011 11010011 100000 100 0 1010101 10001 111111 1001010 110000

Color Harmonies of #CBD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD320

Black with #CBD320

Text Example


Text Example

White with #CBD320

Text Example


Text Example

HTML Codes & Css Web 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>