Html Css Color HEX #DAE141 Starship

📋 copy color: '#DAE141'

red 218 ◦ green 225 ◦ blue 65

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

Shades of Starship #DAE141

Tints of Starship #DAE141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.29%

 BLUE value IS 65 (25.78% from 255) = 12.8%

R = 42.91%
G = 44.29%
B = 12.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#DAE141 (or 0xDAE141) is known color: Starship. HEX triplet: DA, E1 and 41. RGB value is (218,225,65). Sum of RGB (Red+Green+Blue) = 218+225+65=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE141 is #251EBE. Grayscale: #CDCDCD. Windows color (decimal): -2432703 or 4317658. OLE color: 4317658.

HSL color Cylindrical-coordinate representation of color #DAE141: hue angle of 62.63º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAE141 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 65 -
CMYK 0.03 0 0.71 0.12
HSL 62.63º 0.73% 0.57% -
HSV(B) 62.63º 0.71% 0.88% -
XYZ 56.79 69.14 15.35 -
YUV 204.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 218 225 65 0.03 0 0.71 0.12 62.63 0.73 0.57
Hex DA E1 41 3 0 47 C 3F 49 39
Octal 332 341 101 3 0 107 14 77 111 71
Binary 11011010 11100001 1000001 11 0 1000111 1100 111111 1001001 111001

Color Harmonies of #DAE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE141

Black with #DAE141

Text Example


Text Example

White with #DAE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE141; }

 p { color: rgb(218,225,65); }

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

background-color css

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

 a { background-color: rgb(218,225,65); }

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

border-color css

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

 span { border-color: rgb(218,225,65); }

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