Html Css Color HEX #CDA136 Metallic Gold

📋 copy color: '#CDA136'

red 205 ◦ green 161 ◦ blue 54

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

Shades of Metallic Gold #CDA136

Tints of Metallic Gold #CDA136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.86%

R = 48.81%
G = 38.33%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDA136 (or 0xCDA136) is known color: Metallic Gold. HEX triplet: CD, A1 and 36. RGB value is (205,161,54). Sum of RGB (Red+Green+Blue) = 205+161+54=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA136 is #325EC9. Grayscale: #A2A2A2. Windows color (decimal): -3301066 or 3580365. OLE color: 3580365.

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

Color convert

RGB 205 161 54 -
CMYK 0 0.21 0.74 0.20
HSL 42.52º 0.6% 0.51% -
HSV(B) 42.52º 0.74% 0.8% -
XYZ 38.59 38.74 8.93 -
YUV 161.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 205 161 54 0 0.21 0.74 0.20 42.52 0.6 0.51
Hex CD A1 36 0 15 4A 14 2B 3C 33
Octal 315 241 66 0 25 112 24 53 74 63
Binary 11001101 10100001 110110 0 10101 1001010 10100 101011 111100 110011

Color Harmonies of #CDA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA136

Black with #CDA136

Text Example


Text Example

White with #CDA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA136; }

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

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

background-color css

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

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

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

border-color css

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

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

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