Html Css Color HEX #CFAE40 Old Gold

📋 copy color: '#CFAE40'

red 207 ◦ green 174 ◦ blue 64

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

Shades of Old Gold #CFAE40

Tints of Old Gold #CFAE40

RGB

 RED value IS 207 (81.25% from 255) = 46.52%

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

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 46.52%
G = 39.1%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFAE40 (or 0xCFAE40) is known color: Old Gold. HEX triplet: CF, AE and 40. RGB value is (207,174,64). Sum of RGB (Red+Green+Blue) = 207+174+64=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE40 is #3051BF. Grayscale: #ABABAB. Windows color (decimal): -3166656 or 4239055. OLE color: 4239055.

HSL color Cylindrical-coordinate representation of color #CFAE40: hue angle of 46.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFAE40 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 64 -
CMYK 0 0.16 0.69 0.19
HSL 46.15º 0.6% 0.53% -
HSV(B) 46.15º 0.69% 0.81% -
XYZ 41.79 43.91 11.12 -
YUV 171.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 207 174 64 0 0.16 0.69 0.19 46.15 0.6 0.53
Hex CF AE 40 0 10 45 13 2E 3C 35
Octal 317 256 100 0 20 105 23 56 74 65
Binary 11001111 10101110 1000000 0 10000 1000101 10011 101110 111100 110101

Color Harmonies of #CFAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE40

Black with #CFAE40

Text Example


Text Example

White with #CFAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE40; }

 p { color: rgb(207,174,64); }

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

background-color css

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

 a { background-color: rgb(207,174,64); }

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

border-color css

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

 span { border-color: rgb(207,174,64); }

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