Html Css Color HEX #DDE93B Starship

📋 copy color: '#DDE93B'

red 221 ◦ green 233 ◦ blue 59

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

Shades of Starship #DDE93B

Tints of Starship #DDE93B

RGB

 RED value IS 221 (86.72% from 255) = 43.08%

 GREEN value IS 233 (91.41% from 255) = 45.42%

 BLUE value IS 59 (23.44% from 255) = 11.5%

R = 43.08%
G = 45.42%
B = 11.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#DDE93B (or 0xDDE93B) is known color: Starship. HEX triplet: DD, E9 and 3B. RGB value is (221,233,59). Sum of RGB (Red+Green+Blue) = 221+233+59=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE93B is #2216C4. Grayscale: #D2D2D2. Windows color (decimal): -2234053 or 3926493. OLE color: 3926493.

HSL color Cylindrical-coordinate representation of color #DDE93B: hue angle of 64.14º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDE93B is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 59 -
CMYK 0.05 0 0.75 0.09
HSL 64.14º 0.8% 0.57% -
HSV(B) 64.14º 0.75% 0.91% -
XYZ 59.75 73.97 15.27 -
YUV 209.58 43.02 136.15 -
System Red Green Blue C M Y K H S L
Decimal 221 233 59 0.05 0 0.75 0.09 64.14 0.8 0.57
Hex DD E9 3B 5 0 4B 9 40 50 39
Octal 335 351 73 5 0 113 11 100 120 71
Binary 11011101 11101001 111011 101 0 1001011 1001 1000000 1010000 111001

Color Harmonies of #DDE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE93B

Black with #DDE93B

Text Example


Text Example

White with #DDE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE93B; }

 p { color: rgb(221,233,59); }

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

background-color css

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

 a { background-color: rgb(221,233,59); }

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

border-color css

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

 span { border-color: rgb(221,233,59); }

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