Html Css Color HEX #CFA242 Metallic Gold

📋 copy color: '#CFA242'

red 207 ◦ green 162 ◦ blue 66

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

Shades of Metallic Gold #CFA242

Tints of Metallic Gold #CFA242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

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

R = 47.59%
G = 37.24%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFA242 (or 0xCFA242) is known color: Metallic Gold. HEX triplet: CF, A2 and 42. RGB value is (207,162,66). Sum of RGB (Red+Green+Blue) = 207+162+66=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA242 is #305DBD. Grayscale: #A4A4A4. Windows color (decimal): -3169726 or 4367055. OLE color: 4367055.

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

Color convert

RGB 207 162 66 -
CMYK 0 0.22 0.68 0.19
HSL 40.85º 0.59% 0.54% -
HSV(B) 40.85º 0.68% 0.81% -
XYZ 39.64 39.5 10.69 -
YUV 164.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 207 162 66 0 0.22 0.68 0.19 40.85 0.59 0.54
Hex CF A2 42 0 16 44 13 29 3B 36
Octal 317 242 102 0 26 104 23 51 73 66
Binary 11001111 10100010 1000010 0 10110 1000100 10011 101001 111011 110110

Color Harmonies of #CFA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA242

Black with #CFA242

Text Example


Text Example

White with #CFA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA242; }

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

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

background-color css

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

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

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

border-color css

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

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

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