Html Css Color HEX #CDA140 Metallic Gold

📋 copy color: '#CDA140'

red 205 ◦ green 161 ◦ blue 64

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

Shades of Metallic Gold #CDA140

Tints of Metallic Gold #CDA140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.44%

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

R = 47.67%
G = 37.44%
B = 14.88%

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

#CDA140 (or 0xCDA140) is known color: Metallic Gold. HEX triplet: CD, A1 and 40. RGB value is (205,161,64). Sum of RGB (Red+Green+Blue) = 205+161+64=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA140 is #325EBF. Grayscale: #A3A3A3. Windows color (decimal): -3301056 or 4235725. OLE color: 4235725.

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

Color convert

RGB 205 161 64 -
CMYK 0 0.21 0.69 0.20
HSL 41.28º 0.59% 0.53% -
HSV(B) 41.28º 0.69% 0.8% -
XYZ 38.85 38.84 10.3 -
YUV 163.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 205 161 64 0 0.21 0.69 0.20 41.28 0.59 0.53
Hex CD A1 40 0 15 45 14 29 3B 35
Octal 315 241 100 0 25 105 24 51 73 65
Binary 11001101 10100001 1000000 0 10101 1000101 10100 101001 111011 110101

Color Harmonies of #CDA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA140

Black with #CDA140

Text Example


Text Example

White with #CDA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA140; }

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

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

background-color css

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

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

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

border-color css

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

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

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