Html Css Color HEX #CFAB42 Metallic Gold

📋 copy color: '#CFAB42'

red 207 ◦ green 171 ◦ blue 66

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

Shades of Metallic Gold #CFAB42

Tints of Metallic Gold #CFAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 46.62%
G = 38.51%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFAB42 (or 0xCFAB42) is known color: Metallic Gold. HEX triplet: CF, AB and 42. RGB value is (207,171,66). Sum of RGB (Red+Green+Blue) = 207+171+66=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB42 is #3054BD. Grayscale: #AAAAAA. Windows color (decimal): -3167422 or 4369359. OLE color: 4369359.

HSL color Cylindrical-coordinate representation of color #CFAB42: hue angle of 44.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFAB42 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 66 -
CMYK 0 0.17 0.68 0.19
HSL 44.68º 0.59% 0.54% -
HSV(B) 44.68º 0.68% 0.81% -
XYZ 41.28 42.78 11.24 -
YUV 169.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 207 171 66 0 0.17 0.68 0.19 44.68 0.59 0.54
Hex CF AB 42 0 11 44 13 2D 3B 36
Octal 317 253 102 0 21 104 23 55 73 66
Binary 11001111 10101011 1000010 0 10001 1000100 10011 101101 111011 110110

Color Harmonies of #CFAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB42

Black with #CFAB42

Text Example


Text Example

White with #CFAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB42; }

 p { color: rgb(207,171,66); }

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

background-color css

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

 a { background-color: rgb(207,171,66); }

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

border-color css

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

 span { border-color: rgb(207,171,66); }

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