Html Css Color HEX #DAE03A Starship

📋 copy color: '#DAE03A'

red 218 ◦ green 224 ◦ blue 58

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

Shades of Starship #DAE03A

Tints of Starship #DAE03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.6%

R = 43.6%
G = 44.8%
B = 11.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#DAE03A (or 0xDAE03A) is known color: Starship. HEX triplet: DA, E0 and 3A. RGB value is (218,224,58). Sum of RGB (Red+Green+Blue) = 218+224+58=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE03A is #251FC5. Grayscale: #CBCBCB. Windows color (decimal): -2432966 or 3858650. OLE color: 3858650.

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

Color convert

RGB 218 224 58 -
CMYK 0.03 0 0.74 0.12
HSL 62.17º 0.73% 0.55% -
HSV(B) 62.17º 0.74% 0.88% -
XYZ 56.33 68.52 14.26 -
YUV 203.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 218 224 58 0.03 0 0.74 0.12 62.17 0.73 0.55
Hex DA E0 3A 3 0 4A C 3E 49 37
Octal 332 340 72 3 0 112 14 76 111 67
Binary 11011010 11100000 111010 11 0 1001010 1100 111110 1001001 110111

Color Harmonies of #DAE03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE03A

Black with #DAE03A

Text Example


Text Example

White with #DAE03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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