Html Css Color HEX #CFA93E Metallic Gold

📋 copy color: '#CFA93E'

red 207 ◦ green 169 ◦ blue 62

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

Shades of Metallic Gold #CFA93E

Tints of Metallic Gold #CFA93E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 47.26%
G = 38.58%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFA93E (or 0xCFA93E) is known color: Metallic Gold. HEX triplet: CF, A9 and 3E. RGB value is (207,169,62). Sum of RGB (Red+Green+Blue) = 207+169+62=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA93E is #3056C1. Grayscale: #A8A8A8. Windows color (decimal): -3167938 or 4106703. OLE color: 4106703.

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

Color convert

RGB 207 169 62 -
CMYK 0 0.18 0.70 0.19
HSL 44.28º 0.6% 0.53% -
HSV(B) 44.28º 0.7% 0.81% -
XYZ 40.79 41.99 10.51 -
YUV 168.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 207 169 62 0 0.18 0.70 0.19 44.28 0.6 0.53
Hex CF A9 3E 0 12 46 13 2C 3C 35
Octal 317 251 76 0 22 106 23 54 74 65
Binary 11001111 10101001 111110 0 10010 1000110 10011 101100 111100 110101

Color Harmonies of #CFA93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA93E

Black with #CFA93E

Text Example


Text Example

White with #CFA93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA93E; }

 p { color: rgb(207,169,62); }

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

background-color css

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

 a { background-color: rgb(207,169,62); }

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

border-color css

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

 span { border-color: rgb(207,169,62); }

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