Html Css Color HEX #CBB939 Old Gold

📋 copy color: '#CBB939'

red 203 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #CBB939

Tints of Old Gold #CBB939

RGB

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

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

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

R = 45.62%
G = 41.57%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBB939 (or 0xCBB939) is known color: Old Gold. HEX triplet: CB, B9 and 39. RGB value is (203,185,57). Sum of RGB (Red+Green+Blue) = 203+185+57=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB939 is #3446C6. Grayscale: #B0B0B0. Windows color (decimal): -3425991 or 3783115. OLE color: 3783115.

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

Color convert

RGB 203 185 57 -
CMYK 0 0.09 0.72 0.20
HSL 52.6º 0.58% 0.51% -
HSV(B) 52.6º 0.72% 0.8% -
XYZ 42.72 47.69 10.82 -
YUV 175.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 203 185 57 0 0.09 0.72 0.20 52.6 0.58 0.51
Hex CB B9 39 0 9 48 14 35 3A 33
Octal 313 271 71 0 11 110 24 65 72 63
Binary 11001011 10111001 111001 0 1001 1001000 10100 110101 111010 110011

Color Harmonies of #CBB939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB939

Black with #CBB939

Text Example


Text Example

White with #CBB939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB939; }

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

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

background-color css

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

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

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

border-color css

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

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

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