Html Css Color HEX #DDDE47 Starship

📋 copy color: '#DDDE47'

red 221 ◦ green 222 ◦ blue 71

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

Shades of Starship #DDDE47

Tints of Starship #DDDE47

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.19%

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

R = 43%
G = 43.19%
B = 13.81%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDDE47 (or 0xDDDE47) is known color: Starship. HEX triplet: DD, DE and 47. RGB value is (221,222,71). Sum of RGB (Red+Green+Blue) = 221+222+71=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE47 is #2221B8. Grayscale: #CDCDCD. Windows color (decimal): -2236857 or 4710109. OLE color: 4710109.

HSL color Cylindrical-coordinate representation of color #DDDE47: hue angle of 60.4º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDDE47 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 71 -
CMYK 0.00 0 0.68 0.13
HSL 60.4º 0.7% 0.57% -
HSV(B) 60.4º 0.68% 0.87% -
XYZ 57.08 68.07 16.09 -
YUV 204.49 52.67 139.78 -
System Red Green Blue C M Y K H S L
Decimal 221 222 71 0.00 0 0.68 0.13 60.4 0.7 0.57
Hex DD DE 47 0 0 44 D 3C 46 39
Octal 335 336 107 0 0 104 15 74 106 71
Binary 11011101 11011110 1000111 0 0 1000100 1101 111100 1000110 111001

Color Harmonies of #DDDE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE47

Black with #DDDE47

Text Example


Text Example

White with #DDDE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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