Html Css Color HEX #CDA532 Metallic Gold

📋 copy color: '#CDA532'

red 205 ◦ green 165 ◦ blue 50

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

Shades of Metallic Gold #CDA532

Tints of Metallic Gold #CDA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

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

R = 48.81%
G = 39.29%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDA532 (or 0xCDA532) is known color: Metallic Gold. HEX triplet: CD, A5 and 32. RGB value is (205,165,50). Sum of RGB (Red+Green+Blue) = 205+165+50=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA532 is #325ACD. Grayscale: #A4A4A4. Windows color (decimal): -3300046 or 3319245. OLE color: 3319245.

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

Color convert

RGB 205 165 50 -
CMYK 0 0.20 0.76 0.20
HSL 44.52º 0.61% 0.5% -
HSV(B) 44.52º 0.76% 0.8% -
XYZ 39.21 40.12 8.7 -
YUV 163.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 205 165 50 0 0.20 0.76 0.20 44.52 0.61 0.5
Hex CD A5 32 0 14 4C 14 2D 3D 32
Octal 315 245 62 0 24 114 24 55 75 62
Binary 11001101 10100101 110010 0 10100 1001100 10100 101101 111101 110010

Color Harmonies of #CDA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA532

Black with #CDA532

Text Example


Text Example

White with #CDA532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA532; }

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

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

background-color css

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

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

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

border-color css

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

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

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