Html Css Color HEX #CFA63D Metallic Gold

📋 copy color: '#CFA63D'

red 207 ◦ green 166 ◦ blue 61

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

Shades of Metallic Gold #CFA63D

Tints of Metallic Gold #CFA63D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 47.7%
G = 38.25%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFA63D (or 0xCFA63D) is known color: Metallic Gold. HEX triplet: CF, A6 and 3D. RGB value is (207,166,61). Sum of RGB (Red+Green+Blue) = 207+166+61=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA63D is #3059C2. Grayscale: #A6A6A6. Windows color (decimal): -3168707 or 4040399. OLE color: 4040399.

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

Color convert

RGB 207 166 61 -
CMYK 0 0.20 0.71 0.19
HSL 43.15º 0.6% 0.53% -
HSV(B) 43.15º 0.71% 0.81% -
XYZ 40.21 40.87 10.19 -
YUV 166.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 207 166 61 0 0.20 0.71 0.19 43.15 0.6 0.53
Hex CF A6 3D 0 14 47 13 2B 3C 35
Octal 317 246 75 0 24 107 23 53 74 65
Binary 11001111 10100110 111101 0 10100 1000111 10011 101011 111100 110101

Color Harmonies of #CFA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA63D

Black with #CFA63D

Text Example


Text Example

White with #CFA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA63D; }

 p { color: rgb(207,166,61); }

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

background-color css

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

 a { background-color: rgb(207,166,61); }

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

border-color css

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

 span { border-color: rgb(207,166,61); }

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