Html Css Color HEX #CFAF37 Metallic Gold

📋 copy color: '#CFAF37'

red 207 ◦ green 175 ◦ blue 55

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

Shades of Metallic Gold #CFAF37

Tints of Metallic Gold #CFAF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.59%

R = 47.37%
G = 40.05%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFAF37 (or 0xCFAF37) is known color: Metallic Gold. HEX triplet: CF, AF and 37. RGB value is (207,175,55). Sum of RGB (Red+Green+Blue) = 207+175+55=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF37 is #3050C8. Grayscale: #ABABAB. Windows color (decimal): -3166409 or 3649487. OLE color: 3649487.

HSL color Cylindrical-coordinate representation of color #CFAF37: hue angle of 47.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFAF37 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 175 55 -
CMYK 0 0.15 0.73 0.19
HSL 47.37º 0.61% 0.51% -
HSV(B) 47.37º 0.73% 0.81% -
XYZ 41.75 44.2 9.95 -
YUV 170.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 207 175 55 0 0.15 0.73 0.19 47.37 0.61 0.51
Hex CF AF 37 0 F 49 13 2F 3D 33
Octal 317 257 67 0 17 111 23 57 75 63
Binary 11001111 10101111 110111 0 1111 1001001 10011 101111 111101 110011

Color Harmonies of #CFAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF37

Black with #CFAF37

Text Example


Text Example

White with #CFAF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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