Html Css Color HEX #DDDE46 Starship

📋 copy color: '#DDDE46'

red 221 ◦ green 222 ◦ blue 70

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

Shades of Starship #DDDE46

Tints of Starship #DDDE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.65%

R = 43.08%
G = 43.27%
B = 13.65%

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

#DDDE46 (or 0xDDDE46) is known color: Starship. HEX triplet: DD, DE and 46. RGB value is (221,222,70). Sum of RGB (Red+Green+Blue) = 221+222+70=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE46 is #2221B9. Grayscale: #CCCCCC. Windows color (decimal): -2236858 or 4644573. OLE color: 4644573.

HSL color Cylindrical-coordinate representation of color #DDDE46: hue angle of 60.39º 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 #DDDE46 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 70 -
CMYK 0.00 0 0.68 0.13
HSL 60.39º 0.7% 0.57% -
HSV(B) 60.39º 0.68% 0.87% -
XYZ 57.05 68.06 15.92 -
YUV 204.37 52.17 139.86 -
System Red Green Blue C M Y K H S L
Decimal 221 222 70 0.00 0 0.68 0.13 60.39 0.7 0.57
Hex DD DE 46 0 0 44 D 3C 46 39
Octal 335 336 106 0 0 104 15 74 106 71
Binary 11011101 11011110 1000110 0 0 1000100 1101 111100 1000110 111001

Color Harmonies of #DDDE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE46

Black with #DDDE46

Text Example


Text Example

White with #DDDE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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