Html Css Color HEX #DAE946 Starship

📋 copy color: '#DAE946'

red 218 ◦ green 233 ◦ blue 70

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

Shades of Starship #DAE946

Tints of Starship #DAE946

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

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

R = 41.84%
G = 44.72%
B = 13.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#DAE946 (or 0xDAE946) is known color: Starship. HEX triplet: DA, E9 and 46. RGB value is (218,233,70). Sum of RGB (Red+Green+Blue) = 218+233+70=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE946 is #2516B9. Grayscale: #D2D2D2. Windows color (decimal): -2430650 or 4647386. OLE color: 4647386.

HSL color Cylindrical-coordinate representation of color #DAE946: hue angle of 65.52º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE946 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 70 -
CMYK 0.06 0 0.70 0.09
HSL 65.52º 0.79% 0.59% -
HSV(B) 65.52º 0.7% 0.91% -
XYZ 59.16 73.63 16.89 -
YUV 209.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 218 233 70 0.06 0 0.70 0.09 65.52 0.79 0.59
Hex DA E9 46 6 0 46 9 42 4F 3B
Octal 332 351 106 6 0 106 11 102 117 73
Binary 11011010 11101001 1000110 110 0 1000110 1001 1000010 1001111 111011

Color Harmonies of #DAE946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE946

Black with #DAE946

Text Example


Text Example

White with #DAE946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE946; }

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

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

background-color css

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

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

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

border-color css

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

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

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