Html Css Color HEX #DFE13F Starship

📋 copy color: '#DFE13F'

red 223 ◦ green 225 ◦ blue 63

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

Shades of Starship #DFE13F

Tints of Starship #DFE13F

RGB

 RED value IS 223 (87.5% from 255) = 43.64%

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

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

R = 43.64%
G = 44.03%
B = 12.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#DFE13F (or 0xDFE13F) is known color: Starship. HEX triplet: DF, E1 and 3F. RGB value is (223,225,63). Sum of RGB (Red+Green+Blue) = 223+225+63=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE13F is #201EC0. Grayscale: #CECECE. Windows color (decimal): -2105025 or 4186591. OLE color: 4186591.

HSL color Cylindrical-coordinate representation of color #DFE13F: hue angle of 60.74º 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 #DFE13F is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 225 63 -
CMYK 0.01 0 0.72 0.12
HSL 60.74º 0.73% 0.56% -
HSV(B) 60.74º 0.72% 0.88% -
XYZ 58.25 69.9 15.12 -
YUV 205.93 47.34 140.17 -
System Red Green Blue C M Y K H S L
Decimal 223 225 63 0.01 0 0.72 0.12 60.74 0.73 0.56
Hex DF E1 3F 1 0 48 C 3D 49 38
Octal 337 341 77 1 0 110 14 75 111 70
Binary 11011111 11100001 111111 1 0 1001000 1100 111101 1001001 111000

Color Harmonies of #DFE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE13F

Black with #DFE13F

Text Example


Text Example

White with #DFE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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