Html Css Color HEX #CDA939 Metallic Gold

📋 copy color: '#CDA939'

red 205 ◦ green 169 ◦ blue 57

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

Shades of Metallic Gold #CDA939

Tints of Metallic Gold #CDA939

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

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

R = 47.56%
G = 39.21%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA939 (or 0xCDA939) is known color: Metallic Gold. HEX triplet: CD, A9 and 39. RGB value is (205,169,57). Sum of RGB (Red+Green+Blue) = 205+169+57=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA939 is #3256C6. Grayscale: #A7A7A7. Windows color (decimal): -3299015 or 3779021. OLE color: 3779021.

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

Color convert

RGB 205 169 57 -
CMYK 0 0.18 0.72 0.20
HSL 45.41º 0.6% 0.51% -
HSV(B) 45.41º 0.72% 0.8% -
XYZ 40.1 41.65 9.8 -
YUV 167 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 205 169 57 0 0.18 0.72 0.20 45.41 0.6 0.51
Hex CD A9 39 0 12 48 14 2D 3C 33
Octal 315 251 71 0 22 110 24 55 74 63
Binary 11001101 10101001 111001 0 10010 1001000 10100 101101 111100 110011

Color Harmonies of #CDA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA939

Black with #CDA939

Text Example


Text Example

White with #CDA939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA939; }

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

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

background-color css

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

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

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

border-color css

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

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

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