Html Css Color HEX #CDA740 Metallic Gold

📋 copy color: '#CDA740'

red 205 ◦ green 167 ◦ blue 64

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

Shades of Metallic Gold #CDA740

Tints of Metallic Gold #CDA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 47.02%
G = 38.3%
B = 14.68%

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

#CDA740 (or 0xCDA740) is known color: Metallic Gold. HEX triplet: CD, A7 and 40. RGB value is (205,167,64). Sum of RGB (Red+Green+Blue) = 205+167+64=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA740 is #3258BF. Grayscale: #A7A7A7. Windows color (decimal): -3299520 or 4237261. OLE color: 4237261.

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

Color convert

RGB 205 167 64 -
CMYK 0 0.19 0.69 0.20
HSL 43.83º 0.59% 0.53% -
HSV(B) 43.83º 0.69% 0.8% -
XYZ 39.92 40.99 10.66 -
YUV 166.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 205 167 64 0 0.19 0.69 0.20 43.83 0.59 0.53
Hex CD A7 40 0 13 45 14 2C 3B 35
Octal 315 247 100 0 23 105 24 54 73 65
Binary 11001101 10100111 1000000 0 10011 1000101 10100 101100 111011 110101

Color Harmonies of #CDA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA740

Black with #CDA740

Text Example


Text Example

White with #CDA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA740; }

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

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

background-color css

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

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

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

border-color css

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

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

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