Html Css Color HEX #DDEA3E Starship

📋 copy color: '#DDEA3E'

red 221 ◦ green 234 ◦ blue 62

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

Shades of Starship #DDEA3E

Tints of Starship #DDEA3E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.26%

 BLUE value IS 62 (24.61% from 255) = 11.99%

R = 42.75%
G = 45.26%
B = 11.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#DDEA3E (or 0xDDEA3E) is known color: Starship. HEX triplet: DD, EA and 3E. RGB value is (221,234,62). Sum of RGB (Red+Green+Blue) = 221+234+62=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA3E is #2215C1. Grayscale: #D3D3D3. Windows color (decimal): -2233794 or 4123357. OLE color: 4123357.

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

Color convert

RGB 221 234 62 -
CMYK 0.06 0 0.74 0.08
HSL 64.53º 0.8% 0.58% -
HSV(B) 64.53º 0.74% 0.92% -
XYZ 60.11 74.57 15.78 -
YUV 210.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 221 234 62 0.06 0 0.74 0.08 64.53 0.8 0.58
Hex DD EA 3E 6 0 4A 8 41 50 3A
Octal 335 352 76 6 0 112 10 101 120 72
Binary 11011101 11101010 111110 110 0 1001010 1000 1000001 1010000 111010

Color Harmonies of #DDEA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA3E

Black with #DDEA3E

Text Example


Text Example

White with #DDEA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA3E; }

 p { color: rgb(221,234,62); }

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

background-color css

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

 a { background-color: rgb(221,234,62); }

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

border-color css

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

 span { border-color: rgb(221,234,62); }

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