Html Css Color HEX #CFAA39 Metallic Gold

📋 copy color: '#CFAA39'

red 207 ◦ green 170 ◦ blue 57

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

Shades of Metallic Gold #CFAA39

Tints of Metallic Gold #CFAA39

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 47.7%
G = 39.17%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFAA39 (or 0xCFAA39) is known color: Metallic Gold. HEX triplet: CF, AA and 39. RGB value is (207,170,57). Sum of RGB (Red+Green+Blue) = 207+170+57=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA39 is #3055C6. Grayscale: #A8A8A8. Windows color (decimal): -3167687 or 3779279. OLE color: 3779279.

HSL color Cylindrical-coordinate representation of color #CFAA39: hue angle of 45.2º 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 #CFAA39 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 57 -
CMYK 0 0.18 0.72 0.19
HSL 45.2º 0.61% 0.52% -
HSV(B) 45.2º 0.72% 0.81% -
XYZ 40.85 42.31 9.88 -
YUV 168.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 207 170 57 0 0.18 0.72 0.19 45.2 0.61 0.52
Hex CF AA 39 0 12 48 13 2D 3D 34
Octal 317 252 71 0 22 110 23 55 75 64
Binary 11001111 10101010 111001 0 10010 1001000 10011 101101 111101 110100

Color Harmonies of #CFAA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA39

Black with #CFAA39

Text Example


Text Example

White with #CFAA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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