Html Css Color HEX #DFEB46 Starship

📋 copy color: '#DFEB46'

red 223 ◦ green 235 ◦ blue 70

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

Shades of Starship #DFEB46

Tints of Starship #DFEB46

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.51%

 BLUE value IS 70 (27.73% from 255) = 13.26%

R = 42.23%
G = 44.51%
B = 13.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#DFEB46 (or 0xDFEB46) is known color: Starship. HEX triplet: DF, EB and 46. RGB value is (223,235,70). Sum of RGB (Red+Green+Blue) = 223+235+70=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB46 is #2014B9. Grayscale: #D5D5D5. Windows color (decimal): -2102458 or 4647903. OLE color: 4647903.

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

Color convert

RGB 223 235 70 -
CMYK 0.05 0 0.70 0.08
HSL 64.36º 0.8% 0.6% -
HSV(B) 64.36º 0.7% 0.92% -
XYZ 61.25 75.55 17.15 -
YUV 212.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 223 235 70 0.05 0 0.70 0.08 64.36 0.8 0.6
Hex DF EB 46 5 0 46 8 40 50 3C
Octal 337 353 106 5 0 106 10 100 120 74
Binary 11011111 11101011 1000110 101 0 1000110 1000 1000000 1010000 111100

Color Harmonies of #DFEB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB46

Black with #DFEB46

Text Example


Text Example

White with #DFEB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB46; }

 p { color: rgb(223,235,70); }

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

background-color css

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

 a { background-color: rgb(223,235,70); }

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

border-color css

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

 span { border-color: rgb(223,235,70); }

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