Html Css Color HEX #CFAF38 Metallic Gold

📋 copy color: '#CFAF38'

red 207 ◦ green 175 ◦ blue 56

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

Shades of Metallic Gold #CFAF38

Tints of Metallic Gold #CFAF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.79%

R = 47.26%
G = 39.95%
B = 12.79%

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

#CFAF38 (or 0xCFAF38) is known color: Metallic Gold. HEX triplet: CF, AF and 38. RGB value is (207,175,56). Sum of RGB (Red+Green+Blue) = 207+175+56=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF38 is #3050C7. Grayscale: #ABABAB. Windows color (decimal): -3166408 or 3715023. OLE color: 3715023.

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

Color convert

RGB 207 175 56 -
CMYK 0 0.15 0.73 0.19
HSL 47.28º 0.61% 0.52% -
HSV(B) 47.28º 0.73% 0.81% -
XYZ 41.78 44.21 10.07 -
YUV 171 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 207 175 56 0 0.15 0.73 0.19 47.28 0.61 0.52
Hex CF AF 38 0 F 49 13 2F 3D 34
Octal 317 257 70 0 17 111 23 57 75 64
Binary 11001111 10101111 111000 0 1111 1001001 10011 101111 111101 110100

Color Harmonies of #CFAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF38

Black with #CFAF38

Text Example


Text Example

White with #CFAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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