Html Css Color HEX #CDAA32 Metallic Gold

📋 copy color: '#CDAA32'

red 205 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #CDAA32

Tints of Metallic Gold #CDAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 48.24%
G = 40%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDAA32 (or 0xCDAA32) is known color: Metallic Gold. HEX triplet: CD, AA and 32. RGB value is (205,170,50). Sum of RGB (Red+Green+Blue) = 205+170+50=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAA32 is #3255CD. Grayscale: #A7A7A7. Windows color (decimal): -3298766 or 3320525. OLE color: 3320525.

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

Color convert

RGB 205 170 50 -
CMYK 0 0.17 0.76 0.20
HSL 46.45º 0.61% 0.5% -
HSV(B) 46.45º 0.76% 0.8% -
XYZ 40.13 41.96 9 -
YUV 166.79 62.1 155.26 -
System Red Green Blue C M Y K H S L
Decimal 205 170 50 0 0.17 0.76 0.20 46.45 0.61 0.5
Hex CD AA 32 0 11 4C 14 2E 3D 32
Octal 315 252 62 0 21 114 24 56 75 62
Binary 11001101 10101010 110010 0 10001 1001100 10100 101110 111101 110010

Color Harmonies of #CDAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA32

Black with #CDAA32

Text Example


Text Example

White with #CDAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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