Html Css Color HEX #DDED3E Starship

📋 copy color: '#DDED3E'

red 221 ◦ green 237 ◦ blue 62

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

Shades of Starship #DDED3E

Tints of Starship #DDED3E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 42.5%
G = 45.58%
B = 11.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#DDED3E (or 0xDDED3E) is known color: Starship. HEX triplet: DD, ED and 3E. RGB value is (221,237,62). Sum of RGB (Red+Green+Blue) = 221+237+62=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED3E is #2212C1. Grayscale: #D4D4D4. Windows color (decimal): -2233026 or 4124125. OLE color: 4124125.

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

Color convert

RGB 221 237 62 -
CMYK 0.07 0 0.74 0.07
HSL 65.49º 0.83% 0.59% -
HSV(B) 65.49º 0.74% 0.93% -
XYZ 60.97 76.29 16.07 -
YUV 212.27 43.2 134.23 -
System Red Green Blue C M Y K H S L
Decimal 221 237 62 0.07 0 0.74 0.07 65.49 0.83 0.59
Hex DD ED 3E 7 0 4A 7 41 53 3B
Octal 335 355 76 7 0 112 7 101 123 73
Binary 11011101 11101101 111110 111 0 1001010 111 1000001 1010011 111011

Color Harmonies of #DDED3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED3E

Black with #DDED3E

Text Example


Text Example

White with #DDED3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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