Html Css Color HEX #DDE13D Starship

📋 copy color: '#DDE13D'

red 221 ◦ green 225 ◦ blue 61

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

Shades of Starship #DDE13D

Tints of Starship #DDE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.38%

 BLUE value IS 61 (24.22% from 255) = 12.03%

R = 43.59%
G = 44.38%
B = 12.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#DDE13D (or 0xDDE13D) is known color: Starship. HEX triplet: DD, E1 and 3D. RGB value is (221,225,61). Sum of RGB (Red+Green+Blue) = 221+225+61=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE13D is #221EC2. Grayscale: #CDCDCD. Windows color (decimal): -2236099 or 4055517. OLE color: 4055517.

HSL color Cylindrical-coordinate representation of color #DDE13D: hue angle of 61.46º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDE13D is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 61 -
CMYK 0.02 0 0.73 0.12
HSL 61.46º 0.73% 0.56% -
HSV(B) 61.46º 0.73% 0.88% -
XYZ 57.59 69.56 14.81 -
YUV 205.11 46.67 139.34 -
System Red Green Blue C M Y K H S L
Decimal 221 225 61 0.02 0 0.73 0.12 61.46 0.73 0.56
Hex DD E1 3D 2 0 49 C 3D 49 38
Octal 335 341 75 2 0 111 14 75 111 70
Binary 11011101 11100001 111101 10 0 1001001 1100 111101 1001001 111000

Color Harmonies of #DDE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE13D

Black with #DDE13D

Text Example


Text Example

White with #DDE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE13D; }

 p { color: rgb(221,225,61); }

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

background-color css

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

 a { background-color: rgb(221,225,61); }

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

border-color css

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

 span { border-color: rgb(221,225,61); }

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