Html Css Color HEX #CDA53E Metallic Gold

📋 copy color: '#CDA53E'

red 205 ◦ green 165 ◦ blue 62

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

Shades of Metallic Gold #CDA53E

Tints of Metallic Gold #CDA53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.35%

R = 47.45%
G = 38.19%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA53E (or 0xCDA53E) is known color: Metallic Gold. HEX triplet: CD, A5 and 3E. RGB value is (205,165,62). Sum of RGB (Red+Green+Blue) = 205+165+62=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA53E is #325AC1. Grayscale: #A5A5A5. Windows color (decimal): -3300034 or 4105677. OLE color: 4105677.

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

Color convert

RGB 205 165 62 -
CMYK 0 0.20 0.70 0.20
HSL 43.22º 0.59% 0.52% -
HSV(B) 43.22º 0.7% 0.8% -
XYZ 39.5 40.24 10.24 -
YUV 165.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 205 165 62 0 0.20 0.70 0.20 43.22 0.59 0.52
Hex CD A5 3E 0 14 46 14 2B 3B 34
Octal 315 245 76 0 24 106 24 53 73 64
Binary 11001101 10100101 111110 0 10100 1000110 10100 101011 111011 110100

Color Harmonies of #CDA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA53E

Black with #CDA53E

Text Example


Text Example

White with #CDA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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