Html Css Color HEX #CDA240 Metallic Gold

📋 copy color: '#CDA240'

red 205 ◦ green 162 ◦ blue 64

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

Shades of Metallic Gold #CDA240

Tints of Metallic Gold #CDA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

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

R = 47.56%
G = 37.59%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA240 (or 0xCDA240) is known color: Metallic Gold. HEX triplet: CD, A2 and 40. RGB value is (205,162,64). Sum of RGB (Red+Green+Blue) = 205+162+64=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA240 is #325DBF. Grayscale: #A4A4A4. Windows color (decimal): -3300800 or 4235981. OLE color: 4235981.

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

Color convert

RGB 205 162 64 -
CMYK 0 0.21 0.69 0.20
HSL 41.7º 0.59% 0.53% -
HSV(B) 41.7º 0.69% 0.8% -
XYZ 39.02 39.19 10.36 -
YUV 163.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 205 162 64 0 0.21 0.69 0.20 41.7 0.59 0.53
Hex CD A2 40 0 15 45 14 2A 3B 35
Octal 315 242 100 0 25 105 24 52 73 65
Binary 11001101 10100010 1000000 0 10101 1000101 10100 101010 111011 110101

Color Harmonies of #CDA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA240

Black with #CDA240

Text Example


Text Example

White with #CDA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA240; }

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

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

background-color css

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

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

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

border-color css

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

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

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