Html Css Color HEX #DAE33A Starship

📋 copy color: '#DAE33A'

red 218 ◦ green 227 ◦ blue 58

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

Shades of Starship #DAE33A

Tints of Starship #DAE33A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.13%

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

R = 43.34%
G = 45.13%
B = 11.53%

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

#DAE33A (or 0xDAE33A) is known color: Starship. HEX triplet: DA, E3 and 3A. RGB value is (218,227,58). Sum of RGB (Red+Green+Blue) = 218+227+58=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE33A is #251CC5. Grayscale: #CDCDCD. Windows color (decimal): -2432198 or 3859418. OLE color: 3859418.

HSL color Cylindrical-coordinate representation of color #DAE33A: hue angle of 63.2º degrees, saturation: 0.75, 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 #DAE33A is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 58 -
CMYK 0.04 0 0.74 0.11
HSL 63.2º 0.75% 0.56% -
HSV(B) 63.2º 0.74% 0.89% -
XYZ 57.15 70.15 14.53 -
YUV 205.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 218 227 58 0.04 0 0.74 0.11 63.2 0.75 0.56
Hex DA E3 3A 4 0 4A B 3F 4B 38
Octal 332 343 72 4 0 112 13 77 113 70
Binary 11011010 11100011 111010 100 0 1001010 1011 111111 1001011 111000

Color Harmonies of #DAE33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE33A

Black with #DAE33A

Text Example


Text Example

White with #DAE33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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