Html Css Color HEX #DAE240 Starship

📋 copy color: '#DAE240'

red 218 ◦ green 226 ◦ blue 64

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

Shades of Starship #DAE240

Tints of Starship #DAE240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.6%

R = 42.91%
G = 44.49%
B = 12.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#DAE240 (or 0xDAE240) is known color: Starship. HEX triplet: DA, E2 and 40. RGB value is (218,226,64). Sum of RGB (Red+Green+Blue) = 218+226+64=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE240 is #251DBF. Grayscale: #CDCDCD. Windows color (decimal): -2432448 or 4252378. OLE color: 4252378.

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

Color convert

RGB 218 226 64 -
CMYK 0.04 0 0.72 0.11
HSL 62.96º 0.74% 0.57% -
HSV(B) 62.96º 0.72% 0.89% -
XYZ 57.04 69.67 15.29 -
YUV 205.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 218 226 64 0.04 0 0.72 0.11 62.96 0.74 0.57
Hex DA E2 40 4 0 48 B 3F 4A 39
Octal 332 342 100 4 0 110 13 77 112 71
Binary 11011010 11100010 1000000 100 0 1001000 1011 111111 1001010 111001

Color Harmonies of #DAE240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE240

Black with #DAE240

Text Example


Text Example

White with #DAE240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE240; }

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

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

background-color css

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

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

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

border-color css

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

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

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