Html Css Color HEX #CDA53F Metallic Gold

📋 copy color: '#CDA53F'

red 205 ◦ green 165 ◦ blue 63

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

Shades of Metallic Gold #CDA53F

Tints of Metallic Gold #CDA53F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

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

R = 47.34%
G = 38.11%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA53F (or 0xCDA53F) is known color: Metallic Gold. HEX triplet: CD, A5 and 3F. RGB value is (205,165,63). Sum of RGB (Red+Green+Blue) = 205+165+63=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA53F is #325AC0. Grayscale: #A5A5A5. Windows color (decimal): -3300033 or 4171213. OLE color: 4171213.

HSL color Cylindrical-coordinate representation of color #CDA53F: hue angle of 43.1º 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 #CDA53F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 63 -
CMYK 0 0.20 0.69 0.20
HSL 43.1º 0.59% 0.53% -
HSV(B) 43.1º 0.69% 0.8% -
XYZ 39.53 40.25 10.39 -
YUV 165.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 205 165 63 0 0.20 0.69 0.20 43.1 0.59 0.53
Hex CD A5 3F 0 14 45 14 2B 3B 35
Octal 315 245 77 0 24 105 24 53 73 65
Binary 11001101 10100101 111111 0 10100 1000101 10100 101011 111011 110101

Color Harmonies of #CDA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA53F

Black with #CDA53F

Text Example


Text Example

White with #CDA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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