Html Css Color HEX #DFE532 Starship

📋 copy color: '#DFE532'

red 223 ◦ green 229 ◦ blue 50

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

Shades of Starship #DFE532

Tints of Starship #DFE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.62%

 BLUE value IS 50 (19.92% from 255) = 9.96%

R = 44.42%
G = 45.62%
B = 9.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#DFE532 (or 0xDFE532) is known color: Starship. HEX triplet: DF, E5 and 32. RGB value is (223,229,50). Sum of RGB (Red+Green+Blue) = 223+229+50=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE532 is #201ACD. Grayscale: #CFCFCF. Windows color (decimal): -2104014 or 3335647. OLE color: 3335647.

HSL color Cylindrical-coordinate representation of color #DFE532: hue angle of 62.01º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFE532 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 229 50 -
CMYK 0.03 0 0.78 0.10
HSL 62.01º 0.77% 0.55% -
HSV(B) 62.01º 0.78% 0.9% -
XYZ 59.03 71.96 13.8 -
YUV 206.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 223 229 50 0.03 0 0.78 0.10 62.01 0.77 0.55
Hex DF E5 32 3 0 4E A 3E 4D 37
Octal 337 345 62 3 0 116 12 76 115 67
Binary 11011111 11100101 110010 11 0 1001110 1010 111110 1001101 110111

Color Harmonies of #DFE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE532

Black with #DFE532

Text Example


Text Example

White with #DFE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE532; }

 p { color: rgb(223,229,50); }

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

background-color css

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

 a { background-color: rgb(223,229,50); }

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

border-color css

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

 span { border-color: rgb(223,229,50); }

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