Html Css Color HEX #DAE745 Starship

📋 copy color: '#DAE745'

red 218 ◦ green 231 ◦ blue 69

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

Shades of Starship #DAE745

Tints of Starship #DAE745

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.59%

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

R = 42.08%
G = 44.59%
B = 13.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#DAE745 (or 0xDAE745) is known color: Starship. HEX triplet: DA, E7 and 45. RGB value is (218,231,69). Sum of RGB (Red+Green+Blue) = 218+231+69=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE745 is #2518BA. Grayscale: #D1D1D1. Windows color (decimal): -2431163 or 4581338. OLE color: 4581338.

HSL color Cylindrical-coordinate representation of color #DAE745: hue angle of 64.81º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE745 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 69 -
CMYK 0.06 0 0.70 0.09
HSL 64.81º 0.77% 0.59% -
HSV(B) 64.81º 0.7% 0.91% -
XYZ 58.56 72.49 16.53 -
YUV 208.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 218 231 69 0.06 0 0.70 0.09 64.81 0.77 0.59
Hex DA E7 45 6 0 46 9 41 4D 3B
Octal 332 347 105 6 0 106 11 101 115 73
Binary 11011010 11100111 1000101 110 0 1000110 1001 1000001 1001101 111011

Color Harmonies of #DAE745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE745

Black with #DAE745

Text Example


Text Example

White with #DAE745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE745; }

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

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

background-color css

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

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

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

border-color css

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

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

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