Html Css Color HEX #DDEC3D Starship

📋 copy color: '#DDEC3D'

red 221 ◦ green 236 ◦ blue 61

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

Shades of Starship #DDEC3D

Tints of Starship #DDEC3D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.56%

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

R = 42.66%
G = 45.56%
B = 11.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#DDEC3D (or 0xDDEC3D) is known color: Starship. HEX triplet: DD, EC and 3D. RGB value is (221,236,61). Sum of RGB (Red+Green+Blue) = 221+236+61=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC3D is #2213C2. Grayscale: #D4D4D4. Windows color (decimal): -2233283 or 4058333. OLE color: 4058333.

HSL color Cylindrical-coordinate representation of color #DDEC3D: hue angle of 65.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDEC3D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 61 -
CMYK 0.06 0 0.74 0.07
HSL 65.14º 0.82% 0.58% -
HSV(B) 65.14º 0.74% 0.93% -
XYZ 60.66 75.7 15.83 -
YUV 211.57 43.03 134.73 -
System Red Green Blue C M Y K H S L
Decimal 221 236 61 0.06 0 0.74 0.07 65.14 0.82 0.58
Hex DD EC 3D 6 0 4A 7 41 52 3A
Octal 335 354 75 6 0 112 7 101 122 72
Binary 11011101 11101100 111101 110 0 1001010 111 1000001 1010010 111010

Color Harmonies of #DDEC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC3D

Black with #DDEC3D

Text Example


Text Example

White with #DDEC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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