Html Css Color HEX #CDA538 Metallic Gold

📋 copy color: '#CDA538'

red 205 ◦ green 165 ◦ blue 56

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

Shades of Metallic Gold #CDA538

Tints of Metallic Gold #CDA538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.15%

R = 48.12%
G = 38.73%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA538 (or 0xCDA538) is known color: Metallic Gold. HEX triplet: CD, A5 and 38. RGB value is (205,165,56). Sum of RGB (Red+Green+Blue) = 205+165+56=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA538 is #325AC7. Grayscale: #A5A5A5. Windows color (decimal): -3300040 or 3712461. OLE color: 3712461.

HSL color Cylindrical-coordinate representation of color #CDA538: hue angle of 43.89º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDA538 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 56 -
CMYK 0 0.20 0.73 0.20
HSL 43.89º 0.6% 0.51% -
HSV(B) 43.89º 0.73% 0.8% -
XYZ 39.35 40.17 9.42 -
YUV 164.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 205 165 56 0 0.20 0.73 0.20 43.89 0.6 0.51
Hex CD A5 38 0 14 49 14 2C 3C 33
Octal 315 245 70 0 24 111 24 54 74 63
Binary 11001101 10100101 111000 0 10100 1001001 10100 101100 111100 110011

Color Harmonies of #CDA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA538

Black with #CDA538

Text Example


Text Example

White with #CDA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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