Html Css Color HEX #DAE546 Starship

📋 copy color: '#DAE546'

red 218 ◦ green 229 ◦ blue 70

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

Shades of Starship #DAE546

Tints of Starship #DAE546

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.29%

 BLUE value IS 70 (27.73% from 255) = 13.54%

R = 42.17%
G = 44.29%
B = 13.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#DAE546 (or 0xDAE546) is known color: Starship. HEX triplet: DA, E5 and 46. RGB value is (218,229,70). Sum of RGB (Red+Green+Blue) = 218+229+70=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE546 is #251AB9. Grayscale: #D0D0D0. Windows color (decimal): -2431674 or 4646362. OLE color: 4646362.

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

Color convert

RGB 218 229 70 -
CMYK 0.05 0 0.69 0.10
HSL 64.15º 0.75% 0.59% -
HSV(B) 64.15º 0.69% 0.9% -
XYZ 58.04 71.39 16.51 -
YUV 207.59 50.36 135.43 -
System Red Green Blue C M Y K H S L
Decimal 218 229 70 0.05 0 0.69 0.10 64.15 0.75 0.59
Hex DA E5 46 5 0 45 A 40 4B 3B
Octal 332 345 106 5 0 105 12 100 113 73
Binary 11011010 11100101 1000110 101 0 1000101 1010 1000000 1001011 111011

Color Harmonies of #DAE546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE546

Black with #DAE546

Text Example


Text Example

White with #DAE546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE546; }

 p { color: rgb(218,229,70); }

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

background-color css

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

 a { background-color: rgb(218,229,70); }

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

border-color css

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

 span { border-color: rgb(218,229,70); }

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