Html Css Color HEX #CDA440 Metallic Gold

📋 copy color: '#CDA440'

red 205 ◦ green 164 ◦ blue 64

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

Shades of Metallic Gold #CDA440

Tints of Metallic Gold #CDA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.88%

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

R = 47.34%
G = 37.88%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA440 (or 0xCDA440) is known color: Metallic Gold. HEX triplet: CD, A4 and 40. RGB value is (205,164,64). Sum of RGB (Red+Green+Blue) = 205+164+64=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA440 is #325BBF. Grayscale: #A5A5A5. Windows color (decimal): -3300288 or 4236493. OLE color: 4236493.

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

Color convert

RGB 205 164 64 -
CMYK 0 0.2 0.69 0.20
HSL 42.55º 0.59% 0.53% -
HSV(B) 42.55º 0.69% 0.8% -
XYZ 39.38 39.9 10.48 -
YUV 164.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 205 164 64 0 0.2 0.69 0.20 42.55 0.59 0.53
Hex CD A4 40 0 14 45 14 2B 3B 35
Octal 315 244 100 0 24 105 24 53 73 65
Binary 11001101 10100100 1000000 0 10100 1000101 10100 101011 111011 110101

Color Harmonies of #CDA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA440

Black with #CDA440

Text Example


Text Example

White with #CDA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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