Html Css Color HEX #DAE23A Starship

📋 copy color: '#DAE23A'

red 218 ◦ green 226 ◦ blue 58

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

Shades of Starship #DAE23A

Tints of Starship #DAE23A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.02%

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

R = 43.43%
G = 45.02%
B = 11.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#DAE23A (or 0xDAE23A) is known color: Starship. HEX triplet: DA, E2 and 3A. RGB value is (218,226,58). Sum of RGB (Red+Green+Blue) = 218+226+58=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE23A is #251DC5. Grayscale: #CDCDCD. Windows color (decimal): -2432454 or 3859162. OLE color: 3859162.

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

Color convert

RGB 218 226 58 -
CMYK 0.04 0 0.74 0.11
HSL 62.86º 0.74% 0.56% -
HSV(B) 62.86º 0.74% 0.89% -
XYZ 56.87 69.6 14.44 -
YUV 204.46 45.35 137.66 -
System Red Green Blue C M Y K H S L
Decimal 218 226 58 0.04 0 0.74 0.11 62.86 0.74 0.56
Hex DA E2 3A 4 0 4A B 3F 4A 38
Octal 332 342 72 4 0 112 13 77 112 70
Binary 11011010 11100010 111010 100 0 1001010 1011 111111 1001010 111000

Color Harmonies of #DAE23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE23A

Black with #DAE23A

Text Example


Text Example

White with #DAE23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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