Html Css Color HEX #CFA635 Metallic Gold

📋 copy color: '#CFA635'

red 207 ◦ green 166 ◦ blue 53

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

Shades of Metallic Gold #CFA635

Tints of Metallic Gold #CFA635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.44%

R = 48.59%
G = 38.97%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFA635 (or 0xCFA635) is known color: Metallic Gold. HEX triplet: CF, A6 and 35. RGB value is (207,166,53). Sum of RGB (Red+Green+Blue) = 207+166+53=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA635 is #3059CA. Grayscale: #A5A5A5. Windows color (decimal): -3168715 or 3516111. OLE color: 3516111.

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

Color convert

RGB 207 166 53 -
CMYK 0 0.20 0.74 0.19
HSL 44.03º 0.62% 0.51% -
HSV(B) 44.03º 0.74% 0.81% -
XYZ 40.01 40.79 9.13 -
YUV 165.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 207 166 53 0 0.20 0.74 0.19 44.03 0.62 0.51
Hex CF A6 35 0 14 4A 13 2C 3E 33
Octal 317 246 65 0 24 112 23 54 76 63
Binary 11001111 10100110 110101 0 10100 1001010 10011 101100 111110 110011

Color Harmonies of #CFA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA635

Black with #CFA635

Text Example


Text Example

White with #CFA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA635; }

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

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

background-color css

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

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

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

border-color css

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

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

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