Html Css Color HEX #DAE445 Starship

📋 copy color: '#DAE445'

red 218 ◦ green 228 ◦ blue 69

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

Shades of Starship #DAE445

Tints of Starship #DAE445

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.27%

 BLUE value IS 69 (27.34% from 255) = 13.4%

R = 42.33%
G = 44.27%
B = 13.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#DAE445 (or 0xDAE445) is known color: Starship. HEX triplet: DA, E4 and 45. RGB value is (218,228,69). Sum of RGB (Red+Green+Blue) = 218+228+69=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE445 is #251BBA. Grayscale: #CFCFCF. Windows color (decimal): -2431931 or 4580570. OLE color: 4580570.

HSL color Cylindrical-coordinate representation of color #DAE445: hue angle of 63.77º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE445 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 69 -
CMYK 0.04 0 0.70 0.11
HSL 63.77º 0.75% 0.58% -
HSV(B) 63.77º 0.7% 0.89% -
XYZ 57.73 70.82 16.26 -
YUV 206.88 50.19 135.93 -
System Red Green Blue C M Y K H S L
Decimal 218 228 69 0.04 0 0.70 0.11 63.77 0.75 0.58
Hex DA E4 45 4 0 46 B 40 4B 3A
Octal 332 344 105 4 0 106 13 100 113 72
Binary 11011010 11100100 1000101 100 0 1000110 1011 1000000 1001011 111010

Color Harmonies of #DAE445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE445

Black with #DAE445

Text Example


Text Example

White with #DAE445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE445; }

 p { color: rgb(218,228,69); }

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

background-color css

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

 a { background-color: rgb(218,228,69); }

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

border-color css

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

 span { border-color: rgb(218,228,69); }

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