Html Css Color HEX #CFA333 Metallic Gold

📋 copy color: '#CFA333'

red 207 ◦ green 163 ◦ blue 51

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

Shades of Metallic Gold #CFA333

Tints of Metallic Gold #CFA333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 49.17%
G = 38.72%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFA333 (or 0xCFA333) is known color: Metallic Gold. HEX triplet: CF, A3 and 33. RGB value is (207,163,51). Sum of RGB (Red+Green+Blue) = 207+163+51=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA333 is #305CCC. Grayscale: #A3A3A3. Windows color (decimal): -3169485 or 3384271. OLE color: 3384271.

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

Color convert

RGB 207 163 51 -
CMYK 0 0.21 0.75 0.19
HSL 43.08º 0.62% 0.51% -
HSV(B) 43.08º 0.75% 0.81% -
XYZ 39.43 39.7 8.72 -
YUV 163.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 207 163 51 0 0.21 0.75 0.19 43.08 0.62 0.51
Hex CF A3 33 0 15 4B 13 2B 3E 33
Octal 317 243 63 0 25 113 23 53 76 63
Binary 11001111 10100011 110011 0 10101 1001011 10011 101011 111110 110011

Color Harmonies of #CFA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA333

Black with #CFA333

Text Example


Text Example

White with #CFA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA333; }

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

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

background-color css

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

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

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

border-color css

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

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

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