Html Css Color HEX #DFE530 Starship

📋 copy color: '#DFE530'

red 223 ◦ green 229 ◦ blue 48

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

Shades of Starship #DFE530

Tints of Starship #DFE530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.6%

R = 44.6%
G = 45.8%
B = 9.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#DFE530 (or 0xDFE530) is known color: Starship. HEX triplet: DF, E5 and 30. RGB value is (223,229,48). Sum of RGB (Red+Green+Blue) = 223+229+48=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE530 is #201ACF. Grayscale: #CFCFCF. Windows color (decimal): -2104016 or 3204575. OLE color: 3204575.

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

Color convert

RGB 223 229 48 -
CMYK 0.03 0 0.79 0.10
HSL 61.99º 0.78% 0.54% -
HSV(B) 61.99º 0.79% 0.9% -
XYZ 58.98 71.94 13.57 -
YUV 206.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 223 229 48 0.03 0 0.79 0.10 61.99 0.78 0.54
Hex DF E5 30 3 0 4F A 3E 4E 36
Octal 337 345 60 3 0 117 12 76 116 66
Binary 11011111 11100101 110000 11 0 1001111 1010 111110 1001110 110110

Color Harmonies of #DFE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE530

Black with #DFE530

Text Example


Text Example

White with #DFE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE530; }

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

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

background-color css

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

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

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

border-color css

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

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

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