Html Css Color HEX #CFA534 Metallic Gold

📋 copy color: '#CFA534'

red 207 ◦ green 165 ◦ blue 52

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

Shades of Metallic Gold #CFA534

Tints of Metallic Gold #CFA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 48.82%
G = 38.92%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFA534 (or 0xCFA534) is known color: Metallic Gold. HEX triplet: CF, A5 and 34. RGB value is (207,165,52). Sum of RGB (Red+Green+Blue) = 207+165+52=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA534 is #305ACB. Grayscale: #A5A5A5. Windows color (decimal): -3168972 or 3450319. OLE color: 3450319.

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

Color convert

RGB 207 165 52 -
CMYK 0 0.20 0.75 0.19
HSL 43.74º 0.62% 0.51% -
HSV(B) 43.74º 0.75% 0.81% -
XYZ 39.81 40.42 8.95 -
YUV 164.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 207 165 52 0 0.20 0.75 0.19 43.74 0.62 0.51
Hex CF A5 34 0 14 4B 13 2C 3E 33
Octal 317 245 64 0 24 113 23 54 76 63
Binary 11001111 10100101 110100 0 10100 1001011 10011 101100 111110 110011

Color Harmonies of #CFA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA534

Black with #CFA534

Text Example


Text Example

White with #CFA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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