Html Css Color HEX #CFA535 Metallic Gold

📋 copy color: '#CFA535'

red 207 ◦ green 165 ◦ blue 53

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

Shades of Metallic Gold #CFA535

Tints of Metallic Gold #CFA535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

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

R = 48.71%
G = 38.82%
B = 12.47%

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

#CFA535 (or 0xCFA535) is known color: Metallic Gold. HEX triplet: CF, A5 and 35. RGB value is (207,165,53). Sum of RGB (Red+Green+Blue) = 207+165+53=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA535 is #305ACA. Grayscale: #A5A5A5. Windows color (decimal): -3168971 or 3515855. OLE color: 3515855.

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

Color convert

RGB 207 165 53 -
CMYK 0 0.20 0.74 0.19
HSL 43.64º 0.62% 0.51% -
HSV(B) 43.64º 0.74% 0.81% -
XYZ 39.83 40.43 9.07 -
YUV 164.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 207 165 53 0 0.20 0.74 0.19 43.64 0.62 0.51
Hex CF A5 35 0 14 4A 13 2C 3E 33
Octal 317 245 65 0 24 112 23 54 76 63
Binary 11001111 10100101 110101 0 10100 1001010 10011 101100 111110 110011

Color Harmonies of #CFA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA535

Black with #CFA535

Text Example


Text Example

White with #CFA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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