Html Css Color HEX #CBC229 Barberry

📋 copy color: '#CBC229'

red 203 ◦ green 194 ◦ blue 41

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

Shades of Barberry #CBC229

Tints of Barberry #CBC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 41 (16.41% from 255) = 9.36%

R = 46.35%
G = 44.29%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC229 (or 0xCBC229) is known color: Barberry. HEX triplet: CB, C2 and 29. RGB value is (203,194,41). Sum of RGB (Red+Green+Blue) = 203+194+41=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC229 is #343DD6. Grayscale: #B3B3B3. Windows color (decimal): -3423703 or 2736843. OLE color: 2736843.

HSL color Cylindrical-coordinate representation of color #CBC229: hue angle of 56.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBC229 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 41 -
CMYK 0 0.04 0.80 0.20
HSL 56.67º 0.66% 0.48% -
HSV(B) 56.67º 0.8% 0.8% -
XYZ 44.32 51.44 9.69 -
YUV 179.25 49.98 144.94 -
System Red Green Blue C M Y K H S L
Decimal 203 194 41 0 0.04 0.80 0.20 56.67 0.66 0.48
Hex CB C2 29 0 4 50 14 39 42 30
Octal 313 302 51 0 4 120 24 71 102 60
Binary 11001011 11000010 101001 0 100 1010000 10100 111001 1000010 110000

Color Harmonies of #CBC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC229

Black with #CBC229

Text Example


Text Example

White with #CBC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC229; }

 p { color: rgb(203,194,41); }

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

background-color css

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

 a { background-color: rgb(203,194,41); }

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

border-color css

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

 span { border-color: rgb(203,194,41); }

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