Html Css Color HEX #DAE140 Starship

📋 copy color: '#DAE140'

red 218 ◦ green 225 ◦ blue 64

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

Shades of Starship #DAE140

Tints of Starship #DAE140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.62%

R = 43%
G = 44.38%
B = 12.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#DAE140 (or 0xDAE140) is known color: Starship. HEX triplet: DA, E1 and 40. RGB value is (218,225,64). Sum of RGB (Red+Green+Blue) = 218+225+64=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE140 is #251EBF. Grayscale: #CDCDCD. Windows color (decimal): -2432704 or 4252122. OLE color: 4252122.

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

Color convert

RGB 218 225 64 -
CMYK 0.03 0 0.72 0.12
HSL 62.61º 0.73% 0.57% -
HSV(B) 62.61º 0.72% 0.88% -
XYZ 56.76 69.13 15.2 -
YUV 204.55 48.68 137.59 -
System Red Green Blue C M Y K H S L
Decimal 218 225 64 0.03 0 0.72 0.12 62.61 0.73 0.57
Hex DA E1 40 3 0 48 C 3F 49 39
Octal 332 341 100 3 0 110 14 77 111 71
Binary 11011010 11100001 1000000 11 0 1001000 1100 111111 1001001 111001

Color Harmonies of #DAE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE140

Black with #DAE140

Text Example


Text Example

White with #DAE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE140; }

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

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

background-color css

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

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

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

border-color css

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

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

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