Html Css Color HEX #DAE142 Starship

📋 copy color: '#DAE142'

red 218 ◦ green 225 ◦ blue 66

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

Shades of Starship #DAE142

Tints of Starship #DAE142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.97%

R = 42.83%
G = 44.2%
B = 12.97%

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

#DAE142 (or 0xDAE142) is known color: Starship. HEX triplet: DA, E1 and 42. RGB value is (218,225,66). Sum of RGB (Red+Green+Blue) = 218+225+66=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE142 is #251EBD. Grayscale: #CDCDCD. Windows color (decimal): -2432702 or 4383194. OLE color: 4383194.

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

Color convert

RGB 218 225 66 -
CMYK 0.03 0 0.71 0.12
HSL 62.64º 0.73% 0.57% -
HSV(B) 62.64º 0.71% 0.88% -
XYZ 56.82 69.15 15.51 -
YUV 204.78 49.68 137.43 -
System Red Green Blue C M Y K H S L
Decimal 218 225 66 0.03 0 0.71 0.12 62.64 0.73 0.57
Hex DA E1 42 3 0 47 C 3F 49 39
Octal 332 341 102 3 0 107 14 77 111 71
Binary 11011010 11100001 1000010 11 0 1000111 1100 111111 1001001 111001

Color Harmonies of #DAE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE142

Black with #DAE142

Text Example


Text Example

White with #DAE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE142; }

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

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

background-color css

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

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

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

border-color css

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

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

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