Html Css Color HEX #DAE645 Starship

📋 copy color: '#DAE645'

red 218 ◦ green 230 ◦ blue 69

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

Shades of Starship #DAE645

Tints of Starship #DAE645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.49%

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

R = 42.17%
G = 44.49%
B = 13.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#DAE645 (or 0xDAE645) is known color: Starship. HEX triplet: DA, E6 and 45. RGB value is (218,230,69). Sum of RGB (Red+Green+Blue) = 218+230+69=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE645 is #2519BA. Grayscale: #D0D0D0. Windows color (decimal): -2431419 or 4581082. OLE color: 4581082.

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

Color convert

RGB 218 230 69 -
CMYK 0.05 0 0.7 0.10
HSL 64.47º 0.76% 0.59% -
HSV(B) 64.47º 0.7% 0.9% -
XYZ 58.28 71.93 16.44 -
YUV 208.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 218 230 69 0.05 0 0.7 0.10 64.47 0.76 0.59
Hex DA E6 45 5 0 46 A 40 4C 3B
Octal 332 346 105 5 0 106 12 100 114 73
Binary 11011010 11100110 1000101 101 0 1000110 1010 1000000 1001100 111011

Color Harmonies of #DAE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE645

Black with #DAE645

Text Example


Text Example

White with #DAE645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE645; }

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

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

background-color css

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

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

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

border-color css

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

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

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