Html Css Color HEX #DAE345 Starship

📋 copy color: '#DAE345'

red 218 ◦ green 227 ◦ blue 69

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

Shades of Starship #DAE345

Tints of Starship #DAE345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.42%

R = 42.41%
G = 44.16%
B = 13.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#DAE345 (or 0xDAE345) is known color: Starship. HEX triplet: DA, E3 and 45. RGB value is (218,227,69). Sum of RGB (Red+Green+Blue) = 218+227+69=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE345 is #251CBA. Grayscale: #CECECE. Windows color (decimal): -2432187 or 4580314. OLE color: 4580314.

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

Color convert

RGB 218 227 69 -
CMYK 0.04 0 0.70 0.11
HSL 63.42º 0.74% 0.58% -
HSV(B) 63.42º 0.7% 0.89% -
XYZ 57.46 70.27 16.17 -
YUV 206.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 218 227 69 0.04 0 0.70 0.11 63.42 0.74 0.58
Hex DA E3 45 4 0 46 B 3F 4A 3A
Octal 332 343 105 4 0 106 13 77 112 72
Binary 11011010 11100011 1000101 100 0 1000110 1011 111111 1001010 111010

Color Harmonies of #DAE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE345

Black with #DAE345

Text Example


Text Example

White with #DAE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE345; }

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

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

background-color css

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

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

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

border-color css

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

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

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