Html Css Color HEX #CBB937 Old Gold

📋 copy color: '#CBB937'

red 203 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #CBB937

Tints of Old Gold #CBB937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.42%

R = 45.82%
G = 41.76%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB937 (or 0xCBB937) is known color: Old Gold. HEX triplet: CB, B9 and 37. RGB value is (203,185,55). Sum of RGB (Red+Green+Blue) = 203+185+55=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB937 is #3446C8. Grayscale: #B0B0B0. Windows color (decimal): -3425993 or 3652043. OLE color: 3652043.

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

Color convert

RGB 203 185 55 -
CMYK 0 0.09 0.73 0.20
HSL 52.7º 0.59% 0.51% -
HSV(B) 52.7º 0.73% 0.8% -
XYZ 42.67 47.67 10.57 -
YUV 175.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 203 185 55 0 0.09 0.73 0.20 52.7 0.59 0.51
Hex CB B9 37 0 9 49 14 35 3B 33
Octal 313 271 67 0 11 111 24 65 73 63
Binary 11001011 10111001 110111 0 1001 1001001 10100 110101 111011 110011

Color Harmonies of #CBB937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB937

Black with #CBB937

Text Example


Text Example

White with #CBB937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB937; }

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

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

background-color css

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

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

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

border-color css

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

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

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