Html Css Color HEX #CDA640 Metallic Gold

📋 copy color: '#CDA640'

red 205 ◦ green 166 ◦ blue 64

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

Shades of Metallic Gold #CDA640

Tints of Metallic Gold #CDA640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.16%

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 47.13%
G = 38.16%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA640 (or 0xCDA640) is known color: Metallic Gold. HEX triplet: CD, A6 and 40. RGB value is (205,166,64). Sum of RGB (Red+Green+Blue) = 205+166+64=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA640 is #3259BF. Grayscale: #A6A6A6. Windows color (decimal): -3299776 or 4237005. OLE color: 4237005.

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

Color convert

RGB 205 166 64 -
CMYK 0 0.19 0.69 0.20
HSL 43.4º 0.59% 0.53% -
HSV(B) 43.4º 0.69% 0.8% -
XYZ 39.74 40.62 10.6 -
YUV 166.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 205 166 64 0 0.19 0.69 0.20 43.4 0.59 0.53
Hex CD A6 40 0 13 45 14 2B 3B 35
Octal 315 246 100 0 23 105 24 53 73 65
Binary 11001101 10100110 1000000 0 10011 1000101 10100 101011 111011 110101

Color Harmonies of #CDA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA640

Black with #CDA640

Text Example


Text Example

White with #CDA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA640; }

 p { color: rgb(205,166,64); }

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

background-color css

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

 a { background-color: rgb(205,166,64); }

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

border-color css

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

 span { border-color: rgb(205,166,64); }

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