Html Css Color HEX #CFAA3C Metallic Gold

📋 copy color: '#CFAA3C'

red 207 ◦ green 170 ◦ blue 60

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

Shades of Metallic Gold #CFAA3C

Tints of Metallic Gold #CFAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 47.37%
G = 38.9%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFAA3C (or 0xCFAA3C) is known color: Metallic Gold. HEX triplet: CF, AA and 3C. RGB value is (207,170,60). Sum of RGB (Red+Green+Blue) = 207+170+60=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA3C is #3055C3. Grayscale: #A8A8A8. Windows color (decimal): -3167684 or 3975887. OLE color: 3975887.

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

Color convert

RGB 207 170 60 -
CMYK 0 0.18 0.71 0.19
HSL 44.9º 0.6% 0.52% -
HSV(B) 44.9º 0.71% 0.81% -
XYZ 40.92 42.34 10.29 -
YUV 168.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 207 170 60 0 0.18 0.71 0.19 44.9 0.6 0.52
Hex CF AA 3C 0 12 47 13 2D 3C 34
Octal 317 252 74 0 22 107 23 55 74 64
Binary 11001111 10101010 111100 0 10010 1000111 10011 101101 111100 110100

Color Harmonies of #CFAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA3C

Black with #CFAA3C

Text Example


Text Example

White with #CFAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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