Html Css Color HEX #CBD222 Barberry

📋 copy color: '#CBD222'

red 203 ◦ green 210 ◦ blue 34

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

Shades of Barberry #CBD222

Tints of Barberry #CBD222

RGB

 RED value IS 203 (79.69% from 255) = 45.41%

 GREEN value IS 210 (82.42% from 255) = 46.98%

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 45.41%
G = 46.98%
B = 7.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#CBD222 (or 0xCBD222) is known color: Barberry. HEX triplet: CB, D2 and 22. RGB value is (203,210,34). Sum of RGB (Red+Green+Blue) = 203+210+34=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD222 is #342DDD. Grayscale: #BCBCBC. Windows color (decimal): -3419614 or 2282187. OLE color: 2282187.

HSL color Cylindrical-coordinate representation of color #CBD222: hue angle of 62.39º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBD222 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 210 34 -
CMYK 0.03 0 0.84 0.18
HSL 62.39º 0.72% 0.48% -
HSV(B) 62.39º 0.84% 0.82% -
XYZ 47.96 58.91 10.36 -
YUV 187.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 203 210 34 0.03 0 0.84 0.18 62.39 0.72 0.48
Hex CB D2 22 3 0 54 12 3E 48 30
Octal 313 322 42 3 0 124 22 76 110 60
Binary 11001011 11010010 100010 11 0 1010100 10010 111110 1001000 110000

Color Harmonies of #CBD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD222

Black with #CBD222

Text Example


Text Example

White with #CBD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD222; }

 p { color: rgb(203,210,34); }

 H1.HeaderClassName
 {
   color: #CBD222;
 }
 .AnyTagClassName
 {
   color: #CBD222;
 }
</style>

background-color css

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

 a { background-color: rgb(203,210,34); }

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

border-color css

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

 span { border-color: rgb(203,210,34); }

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