Html Css Color HEX #DCE041 Starship

📋 copy color: '#DCE041'

red 220 ◦ green 224 ◦ blue 65

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

Shades of Starship #DCE041

Tints of Starship #DCE041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

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

R = 43.22%
G = 44.01%
B = 12.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#DCE041 (or 0xDCE041) is known color: Starship. HEX triplet: DC, E0 and 41. RGB value is (220,224,65). Sum of RGB (Red+Green+Blue) = 220+224+65=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE041 is #231FBE. Grayscale: #CDCDCD. Windows color (decimal): -2301887 or 4317404. OLE color: 4317404.

HSL color Cylindrical-coordinate representation of color #DCE041: hue angle of 61.51º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCE041 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 65 -
CMYK 0.02 0 0.71 0.12
HSL 61.51º 0.72% 0.57% -
HSV(B) 61.51º 0.71% 0.88% -
XYZ 57.12 68.91 15.29 -
YUV 204.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 220 224 65 0.02 0 0.71 0.12 61.51 0.72 0.57
Hex DC E0 41 2 0 47 C 3E 48 39
Octal 334 340 101 2 0 107 14 76 110 71
Binary 11011100 11100000 1000001 10 0 1000111 1100 111110 1001000 111001

Color Harmonies of #DCE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE041

Black with #DCE041

Text Example


Text Example

White with #DCE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE041; }

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

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

background-color css

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

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

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

border-color css

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

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

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