Html Css Color HEX #DDED47 Starship

📋 copy color: '#DDED47'

red 221 ◦ green 237 ◦ blue 71

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

Shades of Starship #DDED47

Tints of Starship #DDED47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.42%

R = 41.78%
G = 44.8%
B = 13.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#DDED47 (or 0xDDED47) is known color: Starship. HEX triplet: DD, ED and 47. RGB value is (221,237,71). Sum of RGB (Red+Green+Blue) = 221+237+71=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED47 is #2212B8. Grayscale: #D5D5D5. Windows color (decimal): -2233017 or 4713949. OLE color: 4713949.

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

Color convert

RGB 221 237 71 -
CMYK 0.07 0 0.70 0.07
HSL 65.78º 0.82% 0.6% -
HSV(B) 65.78º 0.7% 0.93% -
XYZ 61.24 76.4 17.48 -
YUV 213.29 47.7 133.5 -
System Red Green Blue C M Y K H S L
Decimal 221 237 71 0.07 0 0.70 0.07 65.78 0.82 0.6
Hex DD ED 47 7 0 46 7 42 52 3C
Octal 335 355 107 7 0 106 7 102 122 74
Binary 11011101 11101101 1000111 111 0 1000110 111 1000010 1010010 111100

Color Harmonies of #DDED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED47

Black with #DDED47

Text Example


Text Example

White with #DDED47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED47; }

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

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

background-color css

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

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

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

border-color css

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

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

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