Html Css Color HEX #CDA137 Metallic Gold

📋 copy color: '#CDA137'

red 205 ◦ green 161 ◦ blue 55

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

Shades of Metallic Gold #CDA137

Tints of Metallic Gold #CDA137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 48.69%
G = 38.24%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDA137 (or 0xCDA137) is known color: Metallic Gold. HEX triplet: CD, A1 and 37. RGB value is (205,161,55). Sum of RGB (Red+Green+Blue) = 205+161+55=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA137 is #325EC8. Grayscale: #A2A2A2. Windows color (decimal): -3301065 or 3645901. OLE color: 3645901.

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

Color convert

RGB 205 161 55 -
CMYK 0 0.21 0.73 0.20
HSL 42.4º 0.6% 0.51% -
HSV(B) 42.4º 0.73% 0.8% -
XYZ 38.61 38.74 9.06 -
YUV 162.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 205 161 55 0 0.21 0.73 0.20 42.4 0.6 0.51
Hex CD A1 37 0 15 49 14 2A 3C 33
Octal 315 241 67 0 25 111 24 52 74 63
Binary 11001101 10100001 110111 0 10101 1001001 10100 101010 111100 110011

Color Harmonies of #CDA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA137

Black with #CDA137

Text Example


Text Example

White with #CDA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA137; }

 p { color: rgb(205,161,55); }

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

background-color css

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

 a { background-color: rgb(205,161,55); }

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

border-color css

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

 span { border-color: rgb(205,161,55); }

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