Html Css Color HEX #CFA038 Metallic Gold

📋 copy color: '#CFA038'

red 207 ◦ green 160 ◦ blue 56

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

Shades of Metallic Gold #CFA038

Tints of Metallic Gold #CFA038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

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

R = 48.94%
G = 37.83%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFA038 (or 0xCFA038) is known color: Metallic Gold. HEX triplet: CF, A0 and 38. RGB value is (207,160,56). Sum of RGB (Red+Green+Blue) = 207+160+56=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA038 is #305FC7. Grayscale: #A2A2A2. Windows color (decimal): -3170248 or 3711183. OLE color: 3711183.

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

Color convert

RGB 207 160 56 -
CMYK 0 0.23 0.73 0.19
HSL 41.32º 0.61% 0.52% -
HSV(B) 41.32º 0.73% 0.81% -
XYZ 39.02 38.69 9.15 -
YUV 162.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 207 160 56 0 0.23 0.73 0.19 41.32 0.61 0.52
Hex CF A0 38 0 17 49 13 29 3D 34
Octal 317 240 70 0 27 111 23 51 75 64
Binary 11001111 10100000 111000 0 10111 1001001 10011 101001 111101 110100

Color Harmonies of #CFA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA038

Black with #CFA038

Text Example


Text Example

White with #CFA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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