Html Css Color HEX #CFAE39 Metallic Gold

📋 copy color: '#CFAE39'

red 207 ◦ green 174 ◦ blue 57

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

Shades of Metallic Gold #CFAE39

Tints of Metallic Gold #CFAE39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 47.26%
G = 39.73%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFAE39 (or 0xCFAE39) is known color: Metallic Gold. HEX triplet: CF, AE and 39. RGB value is (207,174,57). Sum of RGB (Red+Green+Blue) = 207+174+57=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE39 is #3051C6. Grayscale: #ABABAB. Windows color (decimal): -3166663 or 3780303. OLE color: 3780303.

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

Color convert

RGB 207 174 57 -
CMYK 0 0.16 0.72 0.19
HSL 46.8º 0.61% 0.52% -
HSV(B) 46.8º 0.72% 0.81% -
XYZ 41.61 43.83 10.14 -
YUV 170.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 207 174 57 0 0.16 0.72 0.19 46.8 0.61 0.52
Hex CF AE 39 0 10 48 13 2F 3D 34
Octal 317 256 71 0 20 110 23 57 75 64
Binary 11001111 10101110 111001 0 10000 1001000 10011 101111 111101 110100

Color Harmonies of #CFAE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE39

Black with #CFAE39

Text Example


Text Example

White with #CFAE39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE39; }

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

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

background-color css

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

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

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

border-color css

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

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

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