Html Css Color HEX #DFEA3F Starship

📋 copy color: '#DFEA3F'

red 223 ◦ green 234 ◦ blue 63

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

Shades of Starship #DFEA3F

Tints of Starship #DFEA3F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45%

 BLUE value IS 63 (25% from 255) = 12.12%

R = 42.88%
G = 45%
B = 12.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#DFEA3F (or 0xDFEA3F) is known color: Starship. HEX triplet: DF, EA and 3F. RGB value is (223,234,63). Sum of RGB (Red+Green+Blue) = 223+234+63=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA3F is #2015C0. Grayscale: #D3D3D3. Windows color (decimal): -2102721 or 4188895. OLE color: 4188895.

HSL color Cylindrical-coordinate representation of color #DFEA3F: hue angle of 63.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFEA3F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 234 63 -
CMYK 0.05 0 0.73 0.08
HSL 63.86º 0.8% 0.58% -
HSV(B) 63.86º 0.73% 0.92% -
XYZ 60.75 74.89 15.96 -
YUV 211.22 44.36 136.4 -
System Red Green Blue C M Y K H S L
Decimal 223 234 63 0.05 0 0.73 0.08 63.86 0.8 0.58
Hex DF EA 3F 5 0 49 8 40 50 3A
Octal 337 352 77 5 0 111 10 100 120 72
Binary 11011111 11101010 111111 101 0 1001001 1000 1000000 1010000 111010

Color Harmonies of #DFEA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEA3F

Black with #DFEA3F

Text Example


Text Example

White with #DFEA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEA3F; }

 p { color: rgb(223,234,63); }

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

background-color css

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

 a { background-color: rgb(223,234,63); }

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

border-color css

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

 span { border-color: rgb(223,234,63); }

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