Html Css Color HEX #DAE642 Starship

📋 copy color: '#DAE642'

red 218 ◦ green 230 ◦ blue 66

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

Shades of Starship #DAE642

Tints of Starship #DAE642

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.75%

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

R = 42.41%
G = 44.75%
B = 12.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#DAE642 (or 0xDAE642) is known color: Starship. HEX triplet: DA, E6 and 42. RGB value is (218,230,66). Sum of RGB (Red+Green+Blue) = 218+230+66=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE642 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE642 is #2519BD. Grayscale: #D0D0D0. Windows color (decimal): -2431422 or 4384474. OLE color: 4384474.

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

Color convert

RGB 218 230 66 -
CMYK 0.05 0 0.71 0.10
HSL 64.39º 0.77% 0.58% -
HSV(B) 64.39º 0.71% 0.9% -
XYZ 58.19 71.89 15.96 -
YUV 207.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 218 230 66 0.05 0 0.71 0.10 64.39 0.77 0.58
Hex DA E6 42 5 0 47 A 40 4D 3A
Octal 332 346 102 5 0 107 12 100 115 72
Binary 11011010 11100110 1000010 101 0 1000111 1010 1000000 1001101 111010

Color Harmonies of #DAE642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE642

Black with #DAE642

Text Example


Text Example

White with #DAE642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE642; }

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

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

background-color css

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

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

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

border-color css

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

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

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