Html Css Color HEX #CBAE3E Old Gold

📋 copy color: '#CBAE3E'

red 203 ◦ green 174 ◦ blue 62

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

Shades of Old Gold #CBAE3E

Tints of Old Gold #CBAE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.12%

R = 46.24%
G = 39.64%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBAE3E (or 0xCBAE3E) is known color: Old Gold. HEX triplet: CB, AE and 3E. RGB value is (203,174,62). Sum of RGB (Red+Green+Blue) = 203+174+62=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE3E is #3451C1. Grayscale: #AAAAAA. Windows color (decimal): -3428802 or 4107979. OLE color: 4107979.

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

Color convert

RGB 203 174 62 -
CMYK 0 0.14 0.69 0.20
HSL 47.66º 0.58% 0.52% -
HSV(B) 47.66º 0.69% 0.8% -
XYZ 40.63 43.32 10.78 -
YUV 169.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 203 174 62 0 0.14 0.69 0.20 47.66 0.58 0.52
Hex CB AE 3E 0 E 45 14 30 3A 34
Octal 313 256 76 0 16 105 24 60 72 64
Binary 11001011 10101110 111110 0 1110 1000101 10100 110000 111010 110100

Color Harmonies of #CBAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE3E

Black with #CBAE3E

Text Example


Text Example

White with #CBAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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