Html Css Color HEX #CFA135 Metallic Gold

📋 copy color: '#CFA135'

red 207 ◦ green 161 ◦ blue 53

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

Shades of Metallic Gold #CFA135

Tints of Metallic Gold #CFA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

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

R = 49.17%
G = 38.24%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFA135 (or 0xCFA135) is known color: Metallic Gold. HEX triplet: CF, A1 and 35. RGB value is (207,161,53). Sum of RGB (Red+Green+Blue) = 207+161+53=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA135 is #305ECA. Grayscale: #A2A2A2. Windows color (decimal): -3169995 or 3514831. OLE color: 3514831.

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

Color convert

RGB 207 161 53 -
CMYK 0 0.22 0.74 0.19
HSL 42.08º 0.62% 0.51% -
HSV(B) 42.08º 0.74% 0.81% -
XYZ 39.12 39.01 8.84 -
YUV 162.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 207 161 53 0 0.22 0.74 0.19 42.08 0.62 0.51
Hex CF A1 35 0 16 4A 13 2A 3E 33
Octal 317 241 65 0 26 112 23 52 76 63
Binary 11001111 10100001 110101 0 10110 1001010 10011 101010 111110 110011

Color Harmonies of #CFA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA135

Black with #CFA135

Text Example


Text Example

White with #CFA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA135; }

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

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

background-color css

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

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

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

border-color css

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

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

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