Html Css Color HEX #DAE144 Starship

📋 copy color: '#DAE144'

red 218 ◦ green 225 ◦ blue 68

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

Shades of Starship #DAE144

Tints of Starship #DAE144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.03%

 BLUE value IS 68 (26.95% from 255) = 13.31%

R = 42.66%
G = 44.03%
B = 13.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#DAE144 (or 0xDAE144) is known color: Starship. HEX triplet: DA, E1 and 44. RGB value is (218,225,68). Sum of RGB (Red+Green+Blue) = 218+225+68=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE144 is #251EBB. Grayscale: #CDCDCD. Windows color (decimal): -2432700 or 4514266. OLE color: 4514266.

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

Color convert

RGB 218 225 68 -
CMYK 0.03 0 0.70 0.12
HSL 62.68º 0.72% 0.57% -
HSV(B) 62.68º 0.7% 0.88% -
XYZ 56.88 69.17 15.82 -
YUV 205.01 50.68 137.27 -
System Red Green Blue C M Y K H S L
Decimal 218 225 68 0.03 0 0.70 0.12 62.68 0.72 0.57
Hex DA E1 44 3 0 46 C 3F 48 39
Octal 332 341 104 3 0 106 14 77 110 71
Binary 11011010 11100001 1000100 11 0 1000110 1100 111111 1001000 111001

Color Harmonies of #DAE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE144

Black with #DAE144

Text Example


Text Example

White with #DAE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE144; }

 p { color: rgb(218,225,68); }

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

background-color css

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

 a { background-color: rgb(218,225,68); }

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

border-color css

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

 span { border-color: rgb(218,225,68); }

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