Html Css Color HEX #CBB039 Old Gold

📋 copy color: '#CBB039'

red 203 ◦ green 176 ◦ blue 57

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

Shades of Old Gold #CBB039

Tints of Old Gold #CBB039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 46.56%
G = 40.37%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBB039 (or 0xCBB039) is known color: Old Gold. HEX triplet: CB, B0 and 39. RGB value is (203,176,57). Sum of RGB (Red+Green+Blue) = 203+176+57=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB039 is #344FC6. Grayscale: #ABABAB. Windows color (decimal): -3428295 or 3780811. OLE color: 3780811.

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

Color convert

RGB 203 176 57 -
CMYK 0 0.13 0.72 0.20
HSL 48.9º 0.58% 0.51% -
HSV(B) 48.9º 0.72% 0.8% -
XYZ 40.89 44.04 10.22 -
YUV 170.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 203 176 57 0 0.13 0.72 0.20 48.9 0.58 0.51
Hex CB B0 39 0 D 48 14 31 3A 33
Octal 313 260 71 0 15 110 24 61 72 63
Binary 11001011 10110000 111001 0 1101 1001000 10100 110001 111010 110011

Color Harmonies of #CBB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB039

Black with #CBB039

Text Example


Text Example

White with #CBB039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB039; }

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

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

background-color css

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

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

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

border-color css

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

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

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