Html Css Color HEX #DAE342 Starship

📋 copy color: '#DAE342'

red 218 ◦ green 227 ◦ blue 66

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

Shades of Starship #DAE342

Tints of Starship #DAE342

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.42%

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

R = 42.66%
G = 44.42%
B = 12.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#DAE342 (or 0xDAE342) is known color: Starship. HEX triplet: DA, E3 and 42. RGB value is (218,227,66). Sum of RGB (Red+Green+Blue) = 218+227+66=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE342 is #251CBD. Grayscale: #CECECE. Windows color (decimal): -2432190 or 4383706. OLE color: 4383706.

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

Color convert

RGB 218 227 66 -
CMYK 0.04 0 0.71 0.11
HSL 63.35º 0.74% 0.57% -
HSV(B) 63.35º 0.71% 0.89% -
XYZ 57.37 70.24 15.69 -
YUV 205.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 218 227 66 0.04 0 0.71 0.11 63.35 0.74 0.57
Hex DA E3 42 4 0 47 B 3F 4A 39
Octal 332 343 102 4 0 107 13 77 112 71
Binary 11011010 11100011 1000010 100 0 1000111 1011 111111 1001010 111001

Color Harmonies of #DAE342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE342

Black with #DAE342

Text Example


Text Example

White with #DAE342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE342; }

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

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

background-color css

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

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

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

border-color css

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

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

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