Html Css Color HEX #CBC037 Old Gold

📋 copy color: '#CBC037'

red 203 ◦ green 192 ◦ blue 55

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

Shades of Old Gold #CBC037

Tints of Old Gold #CBC037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

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

R = 45.11%
G = 42.67%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBC037 (or 0xCBC037) is known color: Old Gold. HEX triplet: CB, C0 and 37. RGB value is (203,192,55). Sum of RGB (Red+Green+Blue) = 203+192+55=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC037 is #343FC8. Grayscale: #B4B4B4. Windows color (decimal): -3424201 or 3653835. OLE color: 3653835.

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

Color convert

RGB 203 192 55 -
CMYK 0 0.05 0.73 0.20
HSL 55.54º 0.59% 0.51% -
HSV(B) 55.54º 0.73% 0.8% -
XYZ 44.17 50.67 11.07 -
YUV 179.67 57.64 144.64 -
System Red Green Blue C M Y K H S L
Decimal 203 192 55 0 0.05 0.73 0.20 55.54 0.59 0.51
Hex CB C0 37 0 5 49 14 38 3B 33
Octal 313 300 67 0 5 111 24 70 73 63
Binary 11001011 11000000 110111 0 101 1001001 10100 111000 111011 110011

Color Harmonies of #CBC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC037

Black with #CBC037

Text Example


Text Example

White with #CBC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC037; }

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

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

background-color css

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

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

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

border-color css

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

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

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