Html Css Color HEX #DAE046 Starship

📋 copy color: '#DAE046'

red 218 ◦ green 224 ◦ blue 70

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

Shades of Starship #DAE046

Tints of Starship #DAE046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.75%

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

R = 42.58%
G = 43.75%
B = 13.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#DAE046 (or 0xDAE046) is known color: Starship. HEX triplet: DA, E0 and 46. RGB value is (218,224,70). Sum of RGB (Red+Green+Blue) = 218+224+70=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE046 is #251FB9. Grayscale: #CDCDCD. Windows color (decimal): -2432954 or 4645082. OLE color: 4645082.

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

Color convert

RGB 218 224 70 -
CMYK 0.03 0 0.69 0.12
HSL 62.34º 0.71% 0.58% -
HSV(B) 62.34º 0.69% 0.88% -
XYZ 56.67 68.66 16.06 -
YUV 204.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 218 224 70 0.03 0 0.69 0.12 62.34 0.71 0.58
Hex DA E0 46 3 0 45 C 3E 47 3A
Octal 332 340 106 3 0 105 14 76 107 72
Binary 11011010 11100000 1000110 11 0 1000101 1100 111110 1000111 111010

Color Harmonies of #DAE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE046

Black with #DAE046

Text Example


Text Example

White with #DAE046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE046; }

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

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

background-color css

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

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

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

border-color css

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

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

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