Html Css Color HEX #DFEE3A Starship

📋 copy color: '#DFEE3A'

red 223 ◦ green 238 ◦ blue 58

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

Shades of Starship #DFEE3A

Tints of Starship #DFEE3A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

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

R = 42.97%
G = 45.86%
B = 11.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#DFEE3A (or 0xDFEE3A) is known color: Starship. HEX triplet: DF, EE and 3A. RGB value is (223,238,58). Sum of RGB (Red+Green+Blue) = 223+238+58=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE3A is #2011C5. Grayscale: #D5D5D5. Windows color (decimal): -2101702 or 3862239. OLE color: 3862239.

HSL color Cylindrical-coordinate representation of color #DFEE3A: hue angle of 65º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFEE3A is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 238 58 -
CMYK 0.06 0 0.76 0.07
HSL 65º 0.84% 0.58% -
HSV(B) 65º 0.76% 0.93% -
XYZ 61.77 77.14 15.64 -
YUV 213 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 223 238 58 0.06 0 0.76 0.07 65 0.84 0.58
Hex DF EE 3A 6 0 4C 7 41 54 3A
Octal 337 356 72 6 0 114 7 101 124 72
Binary 11011111 11101110 111010 110 0 1001100 111 1000001 1010100 111010

Color Harmonies of #DFEE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEE3A

Black with #DFEE3A

Text Example


Text Example

White with #DFEE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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