Html Css Color HEX #DAE742 Starship

📋 copy color: '#DAE742'

red 218 ◦ green 231 ◦ blue 66

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

Shades of Starship #DAE742

Tints of Starship #DAE742

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.85%

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

R = 42.33%
G = 44.85%
B = 12.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#DAE742 (or 0xDAE742) is known color: Starship. HEX triplet: DA, E7 and 42. RGB value is (218,231,66). Sum of RGB (Red+Green+Blue) = 218+231+66=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE742 is #2518BD. Grayscale: #D0D0D0. Windows color (decimal): -2431166 or 4384730. OLE color: 4384730.

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

Color convert

RGB 218 231 66 -
CMYK 0.06 0 0.71 0.09
HSL 64.73º 0.77% 0.58% -
HSV(B) 64.73º 0.71% 0.91% -
XYZ 58.47 72.45 16.06 -
YUV 208.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 218 231 66 0.06 0 0.71 0.09 64.73 0.77 0.58
Hex DA E7 42 6 0 47 9 41 4D 3A
Octal 332 347 102 6 0 107 11 101 115 72
Binary 11011010 11100111 1000010 110 0 1000111 1001 1000001 1001101 111010

Color Harmonies of #DAE742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE742

Black with #DAE742

Text Example


Text Example

White with #DAE742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE742; }

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

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

background-color css

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

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

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

border-color css

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

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

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