Html Css Color HEX #CFAF33 Metallic Gold

📋 copy color: '#CFAF33'

red 207 ◦ green 175 ◦ blue 51

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

Shades of Metallic Gold #CFAF33

Tints of Metallic Gold #CFAF33

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 47.81%
G = 40.42%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFAF33 (or 0xCFAF33) is known color: Metallic Gold. HEX triplet: CF, AF and 33. RGB value is (207,175,51). Sum of RGB (Red+Green+Blue) = 207+175+51=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF33 is #3050CC. Grayscale: #AAAAAA. Windows color (decimal): -3166413 or 3387343. OLE color: 3387343.

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

Color convert

RGB 207 175 51 -
CMYK 0 0.15 0.75 0.19
HSL 47.69º 0.62% 0.51% -
HSV(B) 47.69º 0.75% 0.81% -
XYZ 41.66 44.16 9.46 -
YUV 170.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 207 175 51 0 0.15 0.75 0.19 47.69 0.62 0.51
Hex CF AF 33 0 F 4B 13 30 3E 33
Octal 317 257 63 0 17 113 23 60 76 63
Binary 11001111 10101111 110011 0 1111 1001011 10011 110000 111110 110011

Color Harmonies of #CFAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF33

Black with #CFAF33

Text Example


Text Example

White with #CFAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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