Html Css Color HEX #CDAA2D Metallic Gold

📋 copy color: '#CDAA2D'

red 205 ◦ green 170 ◦ blue 45

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

Shades of Metallic Gold #CDAA2D

Tints of Metallic Gold #CDAA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.48%

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 48.81%
G = 40.48%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDAA2D (or 0xCDAA2D) is known color: Metallic Gold. HEX triplet: CD, AA and 2D. RGB value is (205,170,45). Sum of RGB (Red+Green+Blue) = 205+170+45=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAA2D is #3255D2. Grayscale: #A6A6A6. Windows color (decimal): -3298771 or 2992845. OLE color: 2992845.

HSL color Cylindrical-coordinate representation of color #CDAA2D: hue angle of 46.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDAA2D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 170 45 -
CMYK 0 0.17 0.78 0.20
HSL 46.88º 0.64% 0.49% -
HSV(B) 46.88º 0.78% 0.8% -
XYZ 40.03 41.92 8.46 -
YUV 166.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 205 170 45 0 0.17 0.78 0.20 46.88 0.64 0.49
Hex CD AA 2D 0 11 4E 14 2F 40 31
Octal 315 252 55 0 21 116 24 57 100 61
Binary 11001101 10101010 101101 0 10001 1001110 10100 101111 1000000 110001

Color Harmonies of #CDAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA2D

Black with #CDAA2D

Text Example


Text Example

White with #CDAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA2D; }

 p { color: rgb(205,170,45); }

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

background-color css

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

 a { background-color: rgb(205,170,45); }

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

border-color css

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

 span { border-color: rgb(205,170,45); }

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