Html Css Color HEX #D9E13C Starship

📋 copy color: '#D9E13C'

red 217 ◦ green 225 ◦ blue 60

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

Shades of Starship #D9E13C

Tints of Starship #D9E13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.95%

R = 43.23%
G = 44.82%
B = 11.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#D9E13C (or 0xD9E13C) is known color: Starship. HEX triplet: D9, E1 and 3C. RGB value is (217,225,60). Sum of RGB (Red+Green+Blue) = 217+225+60=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E13C is #261EC3. Grayscale: #CCCCCC. Windows color (decimal): -2498244 or 3989977. OLE color: 3989977.

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

Color convert

RGB 217 225 60 -
CMYK 0.04 0 0.73 0.12
HSL 62.91º 0.73% 0.56% -
HSV(B) 62.91º 0.73% 0.88% -
XYZ 56.36 68.93 14.61 -
YUV 203.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 217 225 60 0.04 0 0.73 0.12 62.91 0.73 0.56
Hex D9 E1 3C 4 0 49 C 3F 49 38
Octal 331 341 74 4 0 111 14 77 111 70
Binary 11011001 11100001 111100 100 0 1001001 1100 111111 1001001 111000

Color Harmonies of #D9E13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E13C

Black with #D9E13C

Text Example


Text Example

White with #D9E13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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