Html Css Color HEX #DAEA46 Starship

📋 copy color: '#DAEA46'

red 218 ◦ green 234 ◦ blue 70

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

Shades of Starship #DAEA46

Tints of Starship #DAEA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.83%

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

R = 41.76%
G = 44.83%
B = 13.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#DAEA46 (or 0xDAEA46) is known color: Starship. HEX triplet: DA, EA and 46. RGB value is (218,234,70). Sum of RGB (Red+Green+Blue) = 218+234+70=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA46 is #2515B9. Grayscale: #D3D3D3. Windows color (decimal): -2430394 or 4647642. OLE color: 4647642.

HSL color Cylindrical-coordinate representation of color #DAEA46: hue angle of 65.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAEA46 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 70 -
CMYK 0.07 0 0.70 0.08
HSL 65.85º 0.8% 0.6% -
HSV(B) 65.85º 0.7% 0.92% -
XYZ 59.44 74.19 16.98 -
YUV 210.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 218 234 70 0.07 0 0.70 0.08 65.85 0.8 0.6
Hex DA EA 46 7 0 46 8 42 50 3C
Octal 332 352 106 7 0 106 10 102 120 74
Binary 11011010 11101010 1000110 111 0 1000110 1000 1000010 1010000 111100

Color Harmonies of #DAEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA46

Black with #DAEA46

Text Example


Text Example

White with #DAEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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