Html Css Color HEX #CFA733 Metallic Gold

📋 copy color: '#CFA733'

red 207 ◦ green 167 ◦ blue 51

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

Shades of Metallic Gold #CFA733

Tints of Metallic Gold #CFA733

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.29%

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

R = 48.71%
G = 39.29%
B = 12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFA733 (or 0xCFA733) is known color: Metallic Gold. HEX triplet: CF, A7 and 33. RGB value is (207,167,51). Sum of RGB (Red+Green+Blue) = 207+167+51=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA733 is #3058CC. Grayscale: #A6A6A6. Windows color (decimal): -3168461 or 3385295. OLE color: 3385295.

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

Color convert

RGB 207 167 51 -
CMYK 0 0.19 0.75 0.19
HSL 44.62º 0.62% 0.51% -
HSV(B) 44.62º 0.75% 0.81% -
XYZ 40.15 41.14 8.96 -
YUV 165.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 207 167 51 0 0.19 0.75 0.19 44.62 0.62 0.51
Hex CF A7 33 0 13 4B 13 2D 3E 33
Octal 317 247 63 0 23 113 23 55 76 63
Binary 11001111 10100111 110011 0 10011 1001011 10011 101101 111110 110011

Color Harmonies of #CFA733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA733

Black with #CFA733

Text Example


Text Example

White with #CFA733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA733; }

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

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

background-color css

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

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

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

border-color css

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

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

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