Html Css Color HEX #CBB032 Old Gold

📋 copy color: '#CBB032'

red 203 ◦ green 176 ◦ blue 50

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

Shades of Old Gold #CBB032

Tints of Old Gold #CBB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.03%

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 47.32%
G = 41.03%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBB032 (or 0xCBB032) is known color: Old Gold. HEX triplet: CB, B0 and 32. RGB value is (203,176,50). Sum of RGB (Red+Green+Blue) = 203+176+50=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB032 is #344FCD. Grayscale: #AAAAAA. Windows color (decimal): -3428302 or 3322059. OLE color: 3322059.

HSL color Cylindrical-coordinate representation of color #CBB032: hue angle of 49.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBB032 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 50 -
CMYK 0 0.13 0.75 0.20
HSL 49.41º 0.6% 0.5% -
HSV(B) 49.41º 0.75% 0.8% -
XYZ 40.73 43.98 9.36 -
YUV 169.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 203 176 50 0 0.13 0.75 0.20 49.41 0.6 0.5
Hex CB B0 32 0 D 4B 14 31 3C 32
Octal 313 260 62 0 15 113 24 61 74 62
Binary 11001011 10110000 110010 0 1101 1001011 10100 110001 111100 110010

Color Harmonies of #CBB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB032

Black with #CBB032

Text Example


Text Example

White with #CBB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB032; }

 p { color: rgb(203,176,50); }

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

background-color css

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

 a { background-color: rgb(203,176,50); }

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

border-color css

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

 span { border-color: rgb(203,176,50); }

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