Html Css Color HEX #CBB036 Old Gold

📋 copy color: '#CBB036'

red 203 ◦ green 176 ◦ blue 54

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

Shades of Old Gold #CBB036

Tints of Old Gold #CBB036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 46.88%
G = 40.65%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB036 (or 0xCBB036) is known color: Old Gold. HEX triplet: CB, B0 and 36. RGB value is (203,176,54). Sum of RGB (Red+Green+Blue) = 203+176+54=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB036 is #344FC9. Grayscale: #AAAAAA. Windows color (decimal): -3428298 or 3584203. OLE color: 3584203.

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

Color convert

RGB 203 176 54 -
CMYK 0 0.13 0.73 0.20
HSL 49.13º 0.59% 0.5% -
HSV(B) 49.13º 0.73% 0.8% -
XYZ 40.82 44.01 9.83 -
YUV 170.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 203 176 54 0 0.13 0.73 0.20 49.13 0.59 0.5
Hex CB B0 36 0 D 49 14 31 3B 32
Octal 313 260 66 0 15 111 24 61 73 62
Binary 11001011 10110000 110110 0 1101 1001001 10100 110001 111011 110010

Color Harmonies of #CBB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB036

Black with #CBB036

Text Example


Text Example

White with #CBB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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