Html Css Color HEX #DAE544 Starship

📋 copy color: '#DAE544'

red 218 ◦ green 229 ◦ blue 68

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

Shades of Starship #DAE544

Tints of Starship #DAE544

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.47%

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

R = 42.33%
G = 44.47%
B = 13.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#DAE544 (or 0xDAE544) is known color: Starship. HEX triplet: DA, E5 and 44. RGB value is (218,229,68). Sum of RGB (Red+Green+Blue) = 218+229+68=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE544 is #251ABB. Grayscale: #CFCFCF. Windows color (decimal): -2431676 or 4515290. OLE color: 4515290.

HSL color Cylindrical-coordinate representation of color #DAE544: hue angle of 64.1º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE544 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 68 -
CMYK 0.05 0 0.70 0.10
HSL 64.1º 0.76% 0.58% -
HSV(B) 64.1º 0.7% 0.9% -
XYZ 57.98 71.36 16.19 -
YUV 207.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 218 229 68 0.05 0 0.70 0.10 64.1 0.76 0.58
Hex DA E5 44 5 0 46 A 40 4C 3A
Octal 332 345 104 5 0 106 12 100 114 72
Binary 11011010 11100101 1000100 101 0 1000110 1010 1000000 1001100 111010

Color Harmonies of #DAE544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE544

Black with #DAE544

Text Example


Text Example

White with #DAE544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE544; }

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

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

background-color css

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

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

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

border-color css

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

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

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