Html Css Color HEX #CBB929 Barberry

📋 copy color: '#CBB929'

red 203 ◦ green 185 ◦ blue 41

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

Shades of Barberry #CBB929

Tints of Barberry #CBB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 47.32%
G = 43.12%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBB929 (or 0xCBB929) is known color: Barberry. HEX triplet: CB, B9 and 29. RGB value is (203,185,41). Sum of RGB (Red+Green+Blue) = 203+185+41=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB929 is #3446D6. Grayscale: #AEAEAE. Windows color (decimal): -3426007 or 2734539. OLE color: 2734539.

HSL color Cylindrical-coordinate representation of color #CBB929: hue angle of 53.33º 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 #CBB929 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 41 -
CMYK 0 0.09 0.80 0.20
HSL 53.33º 0.66% 0.48% -
HSV(B) 53.33º 0.8% 0.8% -
XYZ 42.38 47.55 9.04 -
YUV 173.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 203 185 41 0 0.09 0.80 0.20 53.33 0.66 0.48
Hex CB B9 29 0 9 50 14 35 42 30
Octal 313 271 51 0 11 120 24 65 102 60
Binary 11001011 10111001 101001 0 1001 1010000 10100 110101 1000010 110000

Color Harmonies of #CBB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB929

Black with #CBB929

Text Example


Text Example

White with #CBB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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