Html Css Color HEX #DAE740 Starship

📋 copy color: '#DAE740'

red 218 ◦ green 231 ◦ blue 64

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

Shades of Starship #DAE740

Tints of Starship #DAE740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.03%

 BLUE value IS 64 (25.39% from 255) = 12.48%

R = 42.5%
G = 45.03%
B = 12.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#DAE740 (or 0xDAE740) is known color: Starship. HEX triplet: DA, E7 and 40. RGB value is (218,231,64). Sum of RGB (Red+Green+Blue) = 218+231+64=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE740 is #2518BF. Grayscale: #D0D0D0. Windows color (decimal): -2431168 or 4253658. OLE color: 4253658.

HSL color Cylindrical-coordinate representation of color #DAE740: hue angle of 64.67º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAE740 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 64 -
CMYK 0.06 0 0.72 0.09
HSL 64.67º 0.78% 0.58% -
HSV(B) 64.67º 0.72% 0.91% -
XYZ 58.41 72.43 15.75 -
YUV 208.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 218 231 64 0.06 0 0.72 0.09 64.67 0.78 0.58
Hex DA E7 40 6 0 48 9 41 4E 3A
Octal 332 347 100 6 0 110 11 101 116 72
Binary 11011010 11100111 1000000 110 0 1001000 1001 1000001 1001110 111010

Color Harmonies of #DAE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE740

Black with #DAE740

Text Example


Text Example

White with #DAE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE740; }

 p { color: rgb(218,231,64); }

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

background-color css

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

 a { background-color: rgb(218,231,64); }

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

border-color css

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

 span { border-color: rgb(218,231,64); }

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