Html Css Color HEX #DCD936 Starship

📋 copy color: '#DCD936'

red 220 ◦ green 217 ◦ blue 54

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

Shades of Starship #DCD936

Tints of Starship #DCD936

RGB

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

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

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

R = 44.81%
G = 44.2%
B = 11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD936 (or 0xDCD936) is known color: Starship. HEX triplet: DC, D9 and 36. RGB value is (220,217,54). Sum of RGB (Red+Green+Blue) = 220+217+54=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD936 is #2326C9. Grayscale: #C7C7C7. Windows color (decimal): -2303690 or 3594716. OLE color: 3594716.

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

Color convert

RGB 220 217 54 -
CMYK 0 0.01 0.75 0.14
HSL 58.92º 0.7% 0.54% -
HSV(B) 58.92º 0.75% 0.86% -
XYZ 54.99 65.11 13.16 -
YUV 199.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 220 217 54 0 0.01 0.75 0.14 58.92 0.7 0.54
Hex DC D9 36 0 1 4B E 3B 46 36
Octal 334 331 66 0 1 113 16 73 106 66
Binary 11011100 11011001 110110 0 1 1001011 1110 111011 1000110 110110

Color Harmonies of #DCD936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD936

Black with #DCD936

Text Example


Text Example

White with #DCD936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD936; }

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

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

background-color css

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

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

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

border-color css

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

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

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