Html Css Color HEX #DFE12D Starship

📋 copy color: '#DFE12D'

red 223 ◦ green 225 ◦ blue 45

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

Shades of Starship #DFE12D

Tints of Starship #DFE12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.13%

R = 45.23%
G = 45.64%
B = 9.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#DFE12D (or 0xDFE12D) is known color: Starship. HEX triplet: DF, E1 and 2D. RGB value is (223,225,45). Sum of RGB (Red+Green+Blue) = 223+225+45=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE12D is #201ED2. Grayscale: #CCCCCC. Windows color (decimal): -2105043 or 3006943. OLE color: 3006943.

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

Color convert

RGB 223 225 45 -
CMYK 0.01 0 0.8 0.12
HSL 60.67º 0.75% 0.53% -
HSV(B) 60.67º 0.8% 0.88% -
XYZ 57.83 69.73 12.89 -
YUV 203.88 38.34 141.64 -
System Red Green Blue C M Y K H S L
Decimal 223 225 45 0.01 0 0.8 0.12 60.67 0.75 0.53
Hex DF E1 2D 1 0 50 C 3D 4B 35
Octal 337 341 55 1 0 120 14 75 113 65
Binary 11011111 11100001 101101 1 0 1010000 1100 111101 1001011 110101

Color Harmonies of #DFE12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE12D

Black with #DFE12D

Text Example


Text Example

White with #DFE12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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