Html Css Color HEX #DFE13A Starship

📋 copy color: '#DFE13A'

red 223 ◦ green 225 ◦ blue 58

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

Shades of Starship #DFE13A

Tints of Starship #DFE13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.46%

R = 44.07%
G = 44.47%
B = 11.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#DFE13A (or 0xDFE13A) is known color: Starship. HEX triplet: DF, E1 and 3A. RGB value is (223,225,58). Sum of RGB (Red+Green+Blue) = 223+225+58=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE13A is #201EC5. Grayscale: #CECECE. Windows color (decimal): -2105030 or 3858911. OLE color: 3858911.

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

Color convert

RGB 223 225 58 -
CMYK 0.01 0 0.74 0.12
HSL 60.72º 0.74% 0.55% -
HSV(B) 60.72º 0.74% 0.88% -
XYZ 58.12 69.84 14.42 -
YUV 205.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 223 225 58 0.01 0 0.74 0.12 60.72 0.74 0.55
Hex DF E1 3A 1 0 4A C 3D 4A 37
Octal 337 341 72 1 0 112 14 75 112 67
Binary 11011111 11100001 111010 1 0 1001010 1100 111101 1001010 110111

Color Harmonies of #DFE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE13A

Black with #DFE13A

Text Example


Text Example

White with #DFE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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