Html Css Color HEX #CFA033 Metallic Gold

📋 copy color: '#CFA033'

red 207 ◦ green 160 ◦ blue 51

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

Shades of Metallic Gold #CFA033

Tints of Metallic Gold #CFA033

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

 BLUE value IS 51 (20.31% from 255) = 12.2%

R = 49.52%
G = 38.28%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFA033 (or 0xCFA033) is known color: Metallic Gold. HEX triplet: CF, A0 and 33. RGB value is (207,160,51). Sum of RGB (Red+Green+Blue) = 207+160+51=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA033 is #305FCC. Grayscale: #A2A2A2. Windows color (decimal): -3170253 or 3383503. OLE color: 3383503.

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

Color convert

RGB 207 160 51 -
CMYK 0 0.23 0.75 0.19
HSL 41.92º 0.62% 0.51% -
HSV(B) 41.92º 0.75% 0.81% -
XYZ 38.9 38.65 8.54 -
YUV 161.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 207 160 51 0 0.23 0.75 0.19 41.92 0.62 0.51
Hex CF A0 33 0 17 4B 13 2A 3E 33
Octal 317 240 63 0 27 113 23 52 76 63
Binary 11001111 10100000 110011 0 10111 1001011 10011 101010 111110 110011

Color Harmonies of #CFA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA033

Black with #CFA033

Text Example


Text Example

White with #CFA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA033; }

 p { color: rgb(207,160,51); }

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

background-color css

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

 a { background-color: rgb(207,160,51); }

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

border-color css

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

 span { border-color: rgb(207,160,51); }

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