Html Css Color HEX #CFAA34 Metallic Gold

📋 copy color: '#CFAA34'

red 207 ◦ green 170 ◦ blue 52

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

Shades of Metallic Gold #CFAA34

Tints of Metallic Gold #CFAA34

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

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

R = 48.25%
G = 39.63%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFAA34 (or 0xCFAA34) is known color: Metallic Gold. HEX triplet: CF, AA and 34. RGB value is (207,170,52). Sum of RGB (Red+Green+Blue) = 207+170+52=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA34 is #3055CB. Grayscale: #A8A8A8. Windows color (decimal): -3167692 or 3451599. OLE color: 3451599.

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

Color convert

RGB 207 170 52 -
CMYK 0 0.18 0.75 0.19
HSL 45.68º 0.62% 0.51% -
HSV(B) 45.68º 0.75% 0.81% -
XYZ 40.73 42.26 9.26 -
YUV 167.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 207 170 52 0 0.18 0.75 0.19 45.68 0.62 0.51
Hex CF AA 34 0 12 4B 13 2E 3E 33
Octal 317 252 64 0 22 113 23 56 76 63
Binary 11001111 10101010 110100 0 10010 1001011 10011 101110 111110 110011

Color Harmonies of #CFAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA34

Black with #CFAA34

Text Example


Text Example

White with #CFAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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