Html Css Color HEX #CFA938 Metallic Gold

📋 copy color: '#CFA938'

red 207 ◦ green 169 ◦ blue 56

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

Shades of Metallic Gold #CFA938

Tints of Metallic Gold #CFA938

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.12%

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

R = 47.92%
G = 39.12%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFA938 (or 0xCFA938) is known color: Metallic Gold. HEX triplet: CF, A9 and 38. RGB value is (207,169,56). Sum of RGB (Red+Green+Blue) = 207+169+56=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA938 is #3056C7. Grayscale: #A7A7A7. Windows color (decimal): -3167944 or 3713487. OLE color: 3713487.

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

Color convert

RGB 207 169 56 -
CMYK 0 0.18 0.73 0.19
HSL 44.9º 0.61% 0.52% -
HSV(B) 44.9º 0.73% 0.81% -
XYZ 40.63 41.93 9.69 -
YUV 167.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 207 169 56 0 0.18 0.73 0.19 44.9 0.61 0.52
Hex CF A9 38 0 12 49 13 2D 3D 34
Octal 317 251 70 0 22 111 23 55 75 64
Binary 11001111 10101001 111000 0 10010 1001001 10011 101101 111101 110100

Color Harmonies of #CFA938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA938

Black with #CFA938

Text Example


Text Example

White with #CFA938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA938; }

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

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

background-color css

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

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

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

border-color css

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

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

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