Html Css Color HEX #DAE545 Starship

📋 copy color: '#DAE545'

red 218 ◦ green 229 ◦ blue 69

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

Shades of Starship #DAE545

Tints of Starship #DAE545

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.38%

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

R = 42.25%
G = 44.38%
B = 13.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#DAE545 (or 0xDAE545) is known color: Starship. HEX triplet: DA, E5 and 45. RGB value is (218,229,69). Sum of RGB (Red+Green+Blue) = 218+229+69=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE545 is #251ABA. Grayscale: #D0D0D0. Windows color (decimal): -2431675 or 4580826. OLE color: 4580826.

HSL color Cylindrical-coordinate representation of color #DAE545: hue angle of 64.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE545 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 69 -
CMYK 0.05 0 0.70 0.10
HSL 64.13º 0.75% 0.58% -
HSV(B) 64.13º 0.7% 0.9% -
XYZ 58.01 71.37 16.35 -
YUV 207.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 218 229 69 0.05 0 0.70 0.10 64.13 0.75 0.58
Hex DA E5 45 5 0 46 A 40 4B 3A
Octal 332 345 105 5 0 106 12 100 113 72
Binary 11011010 11100101 1000101 101 0 1000110 1010 1000000 1001011 111010

Color Harmonies of #DAE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE545

Black with #DAE545

Text Example


Text Example

White with #DAE545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE545; }

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

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

background-color css

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

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

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

border-color css

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

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

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