Html Css Color HEX #DFE135 Starship

📋 copy color: '#DFE135'

red 223 ◦ green 225 ◦ blue 53

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

Shades of Starship #DFE135

Tints of Starship #DFE135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 44.51%
G = 44.91%
B = 10.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#DFE135 (or 0xDFE135) is known color: Starship. HEX triplet: DF, E1 and 35. RGB value is (223,225,53). Sum of RGB (Red+Green+Blue) = 223+225+53=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE135 is #201ECA. Grayscale: #CDCDCD. Windows color (decimal): -2105035 or 3531231. OLE color: 3531231.

HSL color Cylindrical-coordinate representation of color #DFE135: hue angle of 60.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFE135 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 225 53 -
CMYK 0.01 0 0.76 0.12
HSL 60.7º 0.74% 0.55% -
HSV(B) 60.7º 0.76% 0.88% -
XYZ 58 69.8 13.78 -
YUV 204.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 223 225 53 0.01 0 0.76 0.12 60.7 0.74 0.55
Hex DF E1 35 1 0 4C C 3D 4A 37
Octal 337 341 65 1 0 114 14 75 112 67
Binary 11011111 11100001 110101 1 0 1001100 1100 111101 1001010 110111

Color Harmonies of #DFE135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE135

Black with #DFE135

Text Example


Text Example

White with #DFE135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE135; }

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

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

background-color css

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

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

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

border-color css

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

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

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