Html Css Color HEX #CDA13E Metallic Gold

📋 copy color: '#CDA13E'

red 205 ◦ green 161 ◦ blue 62

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

Shades of Metallic Gold #CDA13E

Tints of Metallic Gold #CDA13E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.62%

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

R = 47.9%
G = 37.62%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA13E (or 0xCDA13E) is known color: Metallic Gold. HEX triplet: CD, A1 and 3E. RGB value is (205,161,62). Sum of RGB (Red+Green+Blue) = 205+161+62=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA13E is #325EC1. Grayscale: #A3A3A3. Windows color (decimal): -3301058 or 4104653. OLE color: 4104653.

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

Color convert

RGB 205 161 62 -
CMYK 0 0.21 0.70 0.20
HSL 41.54º 0.59% 0.52% -
HSV(B) 41.54º 0.7% 0.8% -
XYZ 38.79 38.82 10.01 -
YUV 162.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 205 161 62 0 0.21 0.70 0.20 41.54 0.59 0.52
Hex CD A1 3E 0 15 46 14 2A 3B 34
Octal 315 241 76 0 25 106 24 52 73 64
Binary 11001101 10100001 111110 0 10101 1000110 10100 101010 111011 110100

Color Harmonies of #CDA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA13E

Black with #CDA13E

Text Example


Text Example

White with #CDA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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