Html Css Color HEX #DAE040 Starship

📋 copy color: '#DAE040'

red 218 ◦ green 224 ◦ blue 64

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

Shades of Starship #DAE040

Tints of Starship #DAE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.27%

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

R = 43.08%
G = 44.27%
B = 12.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#DAE040 (or 0xDAE040) is known color: Starship. HEX triplet: DA, E0 and 40. RGB value is (218,224,64). Sum of RGB (Red+Green+Blue) = 218+224+64=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE040 is #251FBF. Grayscale: #CCCCCC. Windows color (decimal): -2432960 or 4251866. OLE color: 4251866.

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

Color convert

RGB 218 224 64 -
CMYK 0.03 0 0.71 0.12
HSL 62.25º 0.72% 0.56% -
HSV(B) 62.25º 0.71% 0.88% -
XYZ 56.49 68.59 15.11 -
YUV 203.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 218 224 64 0.03 0 0.71 0.12 62.25 0.72 0.56
Hex DA E0 40 3 0 47 C 3E 48 38
Octal 332 340 100 3 0 107 14 76 110 70
Binary 11011010 11100000 1000000 11 0 1000111 1100 111110 1001000 111000

Color Harmonies of #DAE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE040

Black with #DAE040

Text Example


Text Example

White with #DAE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE040; }

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

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

background-color css

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

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

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

border-color css

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

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

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