Html Css Color HEX #CFA435 Metallic Gold

📋 copy color: '#CFA435'

red 207 ◦ green 164 ◦ blue 53

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

Shades of Metallic Gold #CFA435

Tints of Metallic Gold #CFA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

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

R = 48.82%
G = 38.68%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFA435 (or 0xCFA435) is known color: Metallic Gold. HEX triplet: CF, A4 and 35. RGB value is (207,164,53). Sum of RGB (Red+Green+Blue) = 207+164+53=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA435 is #305BCA. Grayscale: #A4A4A4. Windows color (decimal): -3169227 or 3515599. OLE color: 3515599.

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

Color convert

RGB 207 164 53 -
CMYK 0 0.21 0.74 0.19
HSL 43.25º 0.62% 0.51% -
HSV(B) 43.25º 0.74% 0.81% -
XYZ 39.65 40.07 9.01 -
YUV 164.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 207 164 53 0 0.21 0.74 0.19 43.25 0.62 0.51
Hex CF A4 35 0 15 4A 13 2B 3E 33
Octal 317 244 65 0 25 112 23 53 76 63
Binary 11001111 10100100 110101 0 10101 1001010 10011 101011 111110 110011

Color Harmonies of #CFA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA435

Black with #CFA435

Text Example


Text Example

White with #CFA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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