Html Css Color HEX #DCD939 Starship

📋 copy color: '#DCD939'

red 220 ◦ green 217 ◦ blue 57

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

Shades of Starship #DCD939

Tints of Starship #DCD939

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

 GREEN value IS 217 (85.16% from 255) = 43.93%

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

R = 44.53%
G = 43.93%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCD939 (or 0xDCD939) is known color: Starship. HEX triplet: DC, D9 and 39. RGB value is (220,217,57). Sum of RGB (Red+Green+Blue) = 220+217+57=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD939 is #2326C6. Grayscale: #C8C8C8. Windows color (decimal): -2303687 or 3791324. OLE color: 3791324.

HSL color Cylindrical-coordinate representation of color #DCD939: hue angle of 58.9º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCD939 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 57 -
CMYK 0 0.01 0.74 0.14
HSL 58.9º 0.7% 0.54% -
HSV(B) 58.9º 0.74% 0.86% -
XYZ 55.07 65.14 13.54 -
YUV 199.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 220 217 57 0 0.01 0.74 0.14 58.9 0.7 0.54
Hex DC D9 39 0 1 4A E 3B 46 36
Octal 334 331 71 0 1 112 16 73 106 66
Binary 11011100 11011001 111001 0 1 1001010 1110 111011 1000110 110110

Color Harmonies of #DCD939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD939

Black with #DCD939

Text Example


Text Example

White with #DCD939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD939; }

 p { color: rgb(220,217,57); }

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

background-color css

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

 a { background-color: rgb(220,217,57); }

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

border-color css

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

 span { border-color: rgb(220,217,57); }

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