Html Css Color HEX #CBAE37 Old Gold

📋 copy color: '#CBAE37'

red 203 ◦ green 174 ◦ blue 55

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

Shades of Old Gold #CBAE37

Tints of Old Gold #CBAE37

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.28%

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

R = 46.99%
G = 40.28%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBAE37 (or 0xCBAE37) is known color: Old Gold. HEX triplet: CB, AE and 37. RGB value is (203,174,55). Sum of RGB (Red+Green+Blue) = 203+174+55=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE37 is #3451C8. Grayscale: #A9A9A9. Windows color (decimal): -3428809 or 3649227. OLE color: 3649227.

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

Color convert

RGB 203 174 55 -
CMYK 0 0.14 0.73 0.20
HSL 48.24º 0.59% 0.51% -
HSV(B) 48.24º 0.73% 0.8% -
XYZ 40.45 43.24 9.83 -
YUV 169.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 203 174 55 0 0.14 0.73 0.20 48.24 0.59 0.51
Hex CB AE 37 0 E 49 14 30 3B 33
Octal 313 256 67 0 16 111 24 60 73 63
Binary 11001011 10101110 110111 0 1110 1001001 10100 110000 111011 110011

Color Harmonies of #CBAE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE37

Black with #CBAE37

Text Example


Text Example

White with #CBAE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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