Html Css Color HEX #D9E13F Starship

📋 copy color: '#D9E13F'

red 217 ◦ green 225 ◦ blue 63

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

Shades of Starship #D9E13F

Tints of Starship #D9E13F

RGB

 RED value IS 217 (85.16% from 255) = 42.97%

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

 BLUE value IS 63 (25% from 255) = 12.48%

R = 42.97%
G = 44.55%
B = 12.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D9E13F (or 0xD9E13F) is known color: Starship. HEX triplet: D9, E1 and 3F. RGB value is (217,225,63). Sum of RGB (Red+Green+Blue) = 217+225+63=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E13F is #261EC0. Grayscale: #CCCCCC. Windows color (decimal): -2498241 or 4186585. OLE color: 4186585.

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

Color convert

RGB 217 225 63 -
CMYK 0.04 0 0.72 0.12
HSL 62.96º 0.73% 0.56% -
HSV(B) 62.96º 0.72% 0.88% -
XYZ 56.44 68.96 15.04 -
YUV 204.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 217 225 63 0.04 0 0.72 0.12 62.96 0.73 0.56
Hex D9 E1 3F 4 0 48 C 3F 49 38
Octal 331 341 77 4 0 110 14 77 111 70
Binary 11011001 11100001 111111 100 0 1001000 1100 111111 1001001 111000

Color Harmonies of #D9E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E13F

Black with #D9E13F

Text Example


Text Example

White with #D9E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E13F; }

 p { color: rgb(217,225,63); }

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

background-color css

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

 a { background-color: rgb(217,225,63); }

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

border-color css

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

 span { border-color: rgb(217,225,63); }

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