Html Css Color HEX #CDA840 Metallic Gold

📋 copy color: '#CDA840'

red 205 ◦ green 168 ◦ blue 64

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

Shades of Metallic Gold #CDA840

Tints of Metallic Gold #CDA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 46.91%
G = 38.44%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA840 (or 0xCDA840) is known color: Metallic Gold. HEX triplet: CD, A8 and 40. RGB value is (205,168,64). Sum of RGB (Red+Green+Blue) = 205+168+64=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA840 is #3257BF. Grayscale: #A7A7A7. Windows color (decimal): -3299264 or 4237517. OLE color: 4237517.

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

Color convert

RGB 205 168 64 -
CMYK 0 0.18 0.69 0.20
HSL 44.26º 0.59% 0.53% -
HSV(B) 44.26º 0.69% 0.8% -
XYZ 40.1 41.35 10.72 -
YUV 167.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 205 168 64 0 0.18 0.69 0.20 44.26 0.59 0.53
Hex CD A8 40 0 12 45 14 2C 3B 35
Octal 315 250 100 0 22 105 24 54 73 65
Binary 11001101 10101000 1000000 0 10010 1000101 10100 101100 111011 110101

Color Harmonies of #CDA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA840

Black with #CDA840

Text Example


Text Example

White with #CDA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA840; }

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

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

background-color css

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

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

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

border-color css

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

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

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