Html Css Color HEX #DCD941 Starship

📋 copy color: '#DCD941'

red 220 ◦ green 217 ◦ blue 65

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

Shades of Starship #DCD941

Tints of Starship #DCD941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.95%

R = 43.82%
G = 43.23%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCD941 (or 0xDCD941) is known color: Starship. HEX triplet: DC, D9 and 41. RGB value is (220,217,65). Sum of RGB (Red+Green+Blue) = 220+217+65=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD941 is #2326BE. Grayscale: #C9C9C9. Windows color (decimal): -2303679 or 4315612. OLE color: 4315612.

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

Color convert

RGB 220 217 65 -
CMYK 0 0.01 0.70 0.14
HSL 58.84º 0.69% 0.56% -
HSV(B) 58.84º 0.7% 0.86% -
XYZ 55.28 65.22 14.68 -
YUV 200.57 51.49 141.86 -
System Red Green Blue C M Y K H S L
Decimal 220 217 65 0 0.01 0.70 0.14 58.84 0.69 0.56
Hex DC D9 41 0 1 46 E 3B 45 38
Octal 334 331 101 0 1 106 16 73 105 70
Binary 11011100 11011001 1000001 0 1 1000110 1110 111011 1000101 111000

Color Harmonies of #DCD941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD941

Black with #DCD941

Text Example


Text Example

White with #DCD941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD941; }

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

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

background-color css

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

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

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

border-color css

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

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

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