Html Css Color HEX #CBAE36 Old Gold

📋 copy color: '#CBAE36'

red 203 ◦ green 174 ◦ blue 54

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

Shades of Old Gold #CBAE36

Tints of Old Gold #CBAE36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.53%

R = 47.1%
G = 40.37%
B = 12.53%

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

#CBAE36 (or 0xCBAE36) is known color: Old Gold. HEX triplet: CB, AE and 36. RGB value is (203,174,54). Sum of RGB (Red+Green+Blue) = 203+174+54=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 54 (21.48% from 255 or 12.53% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE36 is #3451C9. Grayscale: #A9A9A9. Windows color (decimal): -3428810 or 3583691. OLE color: 3583691.

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

Color convert

RGB 203 174 54 -
CMYK 0 0.14 0.73 0.20
HSL 48.32º 0.59% 0.5% -
HSV(B) 48.32º 0.73% 0.8% -
XYZ 40.43 43.23 9.7 -
YUV 168.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 203 174 54 0 0.14 0.73 0.20 48.32 0.59 0.5
Hex CB AE 36 0 E 49 14 30 3B 32
Octal 313 256 66 0 16 111 24 60 73 62
Binary 11001011 10101110 110110 0 1110 1001001 10100 110000 111011 110010

Color Harmonies of #CBAE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE36

Black with #CBAE36

Text Example


Text Example

White with #CBAE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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