Html Css Color HEX #DAE241 Starship

📋 copy color: '#DAE241'

red 218 ◦ green 226 ◦ blue 65

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

Shades of Starship #DAE241

Tints of Starship #DAE241

RGB

 RED value IS 218 (85.55% from 255) = 42.83%

 GREEN value IS 226 (88.67% from 255) = 44.4%

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

R = 42.83%
G = 44.4%
B = 12.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#DAE241 (or 0xDAE241) is known color: Starship. HEX triplet: DA, E2 and 41. RGB value is (218,226,65). Sum of RGB (Red+Green+Blue) = 218+226+65=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE241 is #251DBE. Grayscale: #CDCDCD. Windows color (decimal): -2432447 or 4317914. OLE color: 4317914.

HSL color Cylindrical-coordinate representation of color #DAE241: hue angle of 62.98º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAE241 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 65 -
CMYK 0.04 0 0.71 0.11
HSL 62.98º 0.74% 0.57% -
HSV(B) 62.98º 0.71% 0.89% -
XYZ 57.06 69.68 15.44 -
YUV 205.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 218 226 65 0.04 0 0.71 0.11 62.98 0.74 0.57
Hex DA E2 41 4 0 47 B 3F 4A 39
Octal 332 342 101 4 0 107 13 77 112 71
Binary 11011010 11100010 1000001 100 0 1000111 1011 111111 1001010 111001

Color Harmonies of #DAE241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE241

Black with #DAE241

Text Example


Text Example

White with #DAE241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE241; }

 p { color: rgb(218,226,65); }

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

background-color css

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

 a { background-color: rgb(218,226,65); }

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

border-color css

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

 span { border-color: rgb(218,226,65); }

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