Html Css Color HEX #CFA93D Metallic Gold

📋 copy color: '#CFA93D'

red 207 ◦ green 169 ◦ blue 61

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

Shades of Metallic Gold #CFA93D

Tints of Metallic Gold #CFA93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.96%

R = 47.37%
G = 38.67%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFA93D (or 0xCFA93D) is known color: Metallic Gold. HEX triplet: CF, A9 and 3D. RGB value is (207,169,61). Sum of RGB (Red+Green+Blue) = 207+169+61=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA93D is #3056C2. Grayscale: #A8A8A8. Windows color (decimal): -3167939 or 4041167. OLE color: 4041167.

HSL color Cylindrical-coordinate representation of color #CFA93D: hue angle of 44.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFA93D is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 61 -
CMYK 0 0.18 0.71 0.19
HSL 44.38º 0.6% 0.53% -
HSV(B) 44.38º 0.71% 0.81% -
XYZ 40.76 41.98 10.37 -
YUV 168.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 207 169 61 0 0.18 0.71 0.19 44.38 0.6 0.53
Hex CF A9 3D 0 12 47 13 2C 3C 35
Octal 317 251 75 0 22 107 23 54 74 65
Binary 11001111 10101001 111101 0 10010 1000111 10011 101100 111100 110101

Color Harmonies of #CFA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA93D

Black with #CFA93D

Text Example


Text Example

White with #CFA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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