Html Css Color HEX #CDAA3C Metallic Gold

📋 copy color: '#CDAA3C'

red 205 ◦ green 170 ◦ blue 60

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

Shades of Metallic Gold #CDAA3C

Tints of Metallic Gold #CDAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.79%

R = 47.13%
G = 39.08%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDAA3C (or 0xCDAA3C) is known color: Metallic Gold. HEX triplet: CD, AA and 3C. RGB value is (205,170,60). Sum of RGB (Red+Green+Blue) = 205+170+60=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAA3C is #3255C3. Grayscale: #A8A8A8. Windows color (decimal): -3298756 or 3975885. OLE color: 3975885.

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

Color convert

RGB 205 170 60 -
CMYK 0 0.17 0.71 0.20
HSL 45.52º 0.59% 0.52% -
HSV(B) 45.52º 0.71% 0.8% -
XYZ 40.37 42.05 10.26 -
YUV 167.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 205 170 60 0 0.17 0.71 0.20 45.52 0.59 0.52
Hex CD AA 3C 0 11 47 14 2E 3B 34
Octal 315 252 74 0 21 107 24 56 73 64
Binary 11001101 10101010 111100 0 10001 1000111 10100 101110 111011 110100

Color Harmonies of #CDAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA3C

Black with #CDAA3C

Text Example


Text Example

White with #CDAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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