Html Css Color HEX #DFEB45 Starship

📋 copy color: '#DFEB45'

red 223 ◦ green 235 ◦ blue 69

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

Shades of Starship #DFEB45

Tints of Starship #DFEB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.09%

R = 42.31%
G = 44.59%
B = 13.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#DFEB45 (or 0xDFEB45) is known color: Starship. HEX triplet: DF, EB and 45. RGB value is (223,235,69). Sum of RGB (Red+Green+Blue) = 223+235+69=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEB45 is #2014BA. Grayscale: #D5D5D5. Windows color (decimal): -2102459 or 4582367. OLE color: 4582367.

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

Color convert

RGB 223 235 69 -
CMYK 0.05 0 0.71 0.08
HSL 64.34º 0.81% 0.6% -
HSV(B) 64.34º 0.71% 0.92% -
XYZ 61.21 75.53 16.98 -
YUV 212.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 223 235 69 0.05 0 0.71 0.08 64.34 0.81 0.6
Hex DF EB 45 5 0 47 8 40 51 3C
Octal 337 353 105 5 0 107 10 100 121 74
Binary 11011111 11101011 1000101 101 0 1000111 1000 1000000 1010001 111100

Color Harmonies of #DFEB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB45

Black with #DFEB45

Text Example


Text Example

White with #DFEB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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