Html Css Color HEX #CDA03E Metallic Gold

📋 copy color: '#CDA03E'

red 205 ◦ green 160 ◦ blue 62

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

Shades of Metallic Gold #CDA03E

Tints of Metallic Gold #CDA03E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

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

R = 48.01%
G = 37.47%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA03E (or 0xCDA03E) is known color: Metallic Gold. HEX triplet: CD, A0 and 3E. RGB value is (205,160,62). Sum of RGB (Red+Green+Blue) = 205+160+62=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA03E is #325FC1. Grayscale: #A2A2A2. Windows color (decimal): -3301314 or 4104397. OLE color: 4104397.

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

Color convert

RGB 205 160 62 -
CMYK 0 0.22 0.70 0.20
HSL 41.12º 0.59% 0.52% -
HSV(B) 41.12º 0.7% 0.8% -
XYZ 38.62 38.47 9.95 -
YUV 162.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 205 160 62 0 0.22 0.70 0.20 41.12 0.59 0.52
Hex CD A0 3E 0 16 46 14 29 3B 34
Octal 315 240 76 0 26 106 24 51 73 64
Binary 11001101 10100000 111110 0 10110 1000110 10100 101001 111011 110100

Color Harmonies of #CDA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA03E

Black with #CDA03E

Text Example


Text Example

White with #CDA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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