Html Css Color HEX #CDA93F Metallic Gold

📋 copy color: '#CDA93F'

red 205 ◦ green 169 ◦ blue 63

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

Shades of Metallic Gold #CDA93F

Tints of Metallic Gold #CDA93F

RGB

 RED value IS 205 (80.47% from 255) = 46.91%

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

 BLUE value IS 63 (25% from 255) = 14.42%

R = 46.91%
G = 38.67%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA93F (or 0xCDA93F) is known color: Metallic Gold. HEX triplet: CD, A9 and 3F. RGB value is (205,169,63). Sum of RGB (Red+Green+Blue) = 205+169+63=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA93F is #3256C0. Grayscale: #A8A8A8. Windows color (decimal): -3299009 or 4172237. OLE color: 4172237.

HSL color Cylindrical-coordinate representation of color #CDA93F: hue angle of 44.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDA93F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 63 -
CMYK 0 0.18 0.69 0.20
HSL 44.79º 0.59% 0.53% -
HSV(B) 44.79º 0.69% 0.8% -
XYZ 40.26 41.71 10.63 -
YUV 167.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 205 169 63 0 0.18 0.69 0.20 44.79 0.59 0.53
Hex CD A9 3F 0 12 45 14 2D 3B 35
Octal 315 251 77 0 22 105 24 55 73 65
Binary 11001101 10101001 111111 0 10010 1000101 10100 101101 111011 110101

Color Harmonies of #CDA93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA93F

Black with #CDA93F

Text Example


Text Example

White with #CDA93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA93F; }

 p { color: rgb(205,169,63); }

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

background-color css

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

 a { background-color: rgb(205,169,63); }

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

border-color css

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

 span { border-color: rgb(205,169,63); }

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