Html Css Color HEX #CDA340 Metallic Gold

📋 copy color: '#CDA340'

red 205 ◦ green 163 ◦ blue 64

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

Shades of Metallic Gold #CDA340

Tints of Metallic Gold #CDA340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

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

R = 47.45%
G = 37.73%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDA340 (or 0xCDA340) is known color: Metallic Gold. HEX triplet: CD, A3 and 40. RGB value is (205,163,64). Sum of RGB (Red+Green+Blue) = 205+163+64=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA340 is #325CBF. Grayscale: #A4A4A4. Windows color (decimal): -3300544 or 4236237. OLE color: 4236237.

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

Color convert

RGB 205 163 64 -
CMYK 0 0.20 0.69 0.20
HSL 42.13º 0.59% 0.53% -
HSV(B) 42.13º 0.69% 0.8% -
XYZ 39.2 39.54 10.42 -
YUV 164.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 205 163 64 0 0.20 0.69 0.20 42.13 0.59 0.53
Hex CD A3 40 0 14 45 14 2A 3B 35
Octal 315 243 100 0 24 105 24 52 73 65
Binary 11001101 10100011 1000000 0 10100 1000101 10100 101010 111011 110101

Color Harmonies of #CDA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA340

Black with #CDA340

Text Example


Text Example

White with #CDA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA340; }

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

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

background-color css

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

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

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

border-color css

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

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

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