Html Css Color HEX #DAE245 Starship

📋 copy color: '#DAE245'

red 218 ◦ green 226 ◦ blue 69

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

Shades of Starship #DAE245

Tints of Starship #DAE245

RGB

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

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

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

R = 42.5%
G = 44.05%
B = 13.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#DAE245 (or 0xDAE245) is known color: Starship. HEX triplet: DA, E2 and 45. RGB value is (218,226,69). Sum of RGB (Red+Green+Blue) = 218+226+69=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE245 is #251DBA. Grayscale: #CECECE. Windows color (decimal): -2432443 or 4580058. OLE color: 4580058.

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

Color convert

RGB 218 226 69 -
CMYK 0.04 0 0.69 0.11
HSL 63.06º 0.73% 0.58% -
HSV(B) 63.06º 0.69% 0.89% -
XYZ 57.18 69.73 16.08 -
YUV 205.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 218 226 69 0.04 0 0.69 0.11 63.06 0.73 0.58
Hex DA E2 45 4 0 45 B 3F 49 3A
Octal 332 342 105 4 0 105 13 77 111 72
Binary 11011010 11100010 1000101 100 0 1000101 1011 111111 1001001 111010

Color Harmonies of #DAE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE245

Black with #DAE245

Text Example


Text Example

White with #DAE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE245; }

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

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

background-color css

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

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

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

border-color css

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

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

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