Html Css Color HEX #DAE43F Starship

📋 copy color: '#DAE43F'

red 218 ◦ green 228 ◦ blue 63

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

Shades of Starship #DAE43F

Tints of Starship #DAE43F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.79%

 BLUE value IS 63 (25% from 255) = 12.38%

R = 42.83%
G = 44.79%
B = 12.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#DAE43F (or 0xDAE43F) is known color: Starship. HEX triplet: DA, E4 and 3F. RGB value is (218,228,63). Sum of RGB (Red+Green+Blue) = 218+228+63=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE43F is #251BC0. Grayscale: #CECECE. Windows color (decimal): -2431937 or 4187354. OLE color: 4187354.

HSL color Cylindrical-coordinate representation of color #DAE43F: hue angle of 63.64º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAE43F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 63 -
CMYK 0.04 0 0.72 0.11
HSL 63.64º 0.75% 0.57% -
HSV(B) 63.64º 0.72% 0.89% -
XYZ 57.55 70.75 15.33 -
YUV 206.2 47.19 136.42 -
System Red Green Blue C M Y K H S L
Decimal 218 228 63 0.04 0 0.72 0.11 63.64 0.75 0.57
Hex DA E4 3F 4 0 48 B 40 4B 39
Octal 332 344 77 4 0 110 13 100 113 71
Binary 11011010 11100100 111111 100 0 1001000 1011 1000000 1001011 111001

Color Harmonies of #DAE43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE43F

Black with #DAE43F

Text Example


Text Example

White with #DAE43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE43F; }

 p { color: rgb(218,228,63); }

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

background-color css

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

 a { background-color: rgb(218,228,63); }

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

border-color css

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

 span { border-color: rgb(218,228,63); }

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