Html Css Color HEX #CDA52E Metallic Gold

📋 copy color: '#CDA52E'

red 205 ◦ green 165 ◦ blue 46

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

Shades of Metallic Gold #CDA52E

Tints of Metallic Gold #CDA52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 49.28%
G = 39.66%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDA52E (or 0xCDA52E) is known color: Metallic Gold. HEX triplet: CD, A5 and 2E. RGB value is (205,165,46). Sum of RGB (Red+Green+Blue) = 205+165+46=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA52E is #325AD1. Grayscale: #A3A3A3. Windows color (decimal): -3300050 or 3057101. OLE color: 3057101.

HSL color Cylindrical-coordinate representation of color #CDA52E: hue angle of 44.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA52E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 46 -
CMYK 0 0.20 0.78 0.20
HSL 44.91º 0.63% 0.49% -
HSV(B) 44.91º 0.78% 0.8% -
XYZ 39.13 40.09 8.26 -
YUV 163.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 205 165 46 0 0.20 0.78 0.20 44.91 0.63 0.49
Hex CD A5 2E 0 14 4E 14 2D 3F 31
Octal 315 245 56 0 24 116 24 55 77 61
Binary 11001101 10100101 101110 0 10100 1001110 10100 101101 111111 110001

Color Harmonies of #CDA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA52E

Black with #CDA52E

Text Example


Text Example

White with #CDA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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