Html Css Color HEX #CDA139 Metallic Gold

📋 copy color: '#CDA139'

red 205 ◦ green 161 ◦ blue 57

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

Shades of Metallic Gold #CDA139

Tints of Metallic Gold #CDA139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.48%

R = 48.46%
G = 38.06%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA139 (or 0xCDA139) is known color: Metallic Gold. HEX triplet: CD, A1 and 39. RGB value is (205,161,57). Sum of RGB (Red+Green+Blue) = 205+161+57=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA139 is #325EC6. Grayscale: #A2A2A2. Windows color (decimal): -3301063 or 3776973. OLE color: 3776973.

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

Color convert

RGB 205 161 57 -
CMYK 0 0.21 0.72 0.20
HSL 42.16º 0.6% 0.51% -
HSV(B) 42.16º 0.72% 0.8% -
XYZ 38.66 38.76 9.32 -
YUV 162.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 205 161 57 0 0.21 0.72 0.20 42.16 0.6 0.51
Hex CD A1 39 0 15 48 14 2A 3C 33
Octal 315 241 71 0 25 110 24 52 74 63
Binary 11001101 10100001 111001 0 10101 1001000 10100 101010 111100 110011

Color Harmonies of #CDA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA139

Black with #CDA139

Text Example


Text Example

White with #CDA139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA139; }

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

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

background-color css

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

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

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

border-color css

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

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

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