Html Css Color HEX #DDDD32 Starship

📋 copy color: '#DDDD32'

red 221 ◦ green 221 ◦ blue 50

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

Shades of Starship #DDDD32

Tints of Starship #DDDD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 50 (19.92% from 255) = 10.16%

R = 44.92%
G = 44.92%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDDD32 (or 0xDDDD32) is known color: Starship. HEX triplet: DD, DD and 32. RGB value is (221,221,50). Sum of RGB (Red+Green+Blue) = 221+221+50=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD32 is #2222CD. Grayscale: #CACACA. Windows color (decimal): -2237134 or 3333597. OLE color: 3333597.

HSL color Cylindrical-coordinate representation of color #DDDD32: hue angle of 60º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDDD32 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 50 -
CMYK 0 0 0.77 0.13
HSL 60º 0.72% 0.53% -
HSV(B) 60º 0.77% 0.87% -
XYZ 56.25 67.32 13.05 -
YUV 201.51 42.5 141.9 -
System Red Green Blue C M Y K H S L
Decimal 221 221 50 0 0 0.77 0.13 60 0.72 0.53
Hex DD DD 32 0 0 4D D 3C 48 35
Octal 335 335 62 0 0 115 15 74 110 65
Binary 11011101 11011101 110010 0 0 1001101 1101 111100 1001000 110101

Color Harmonies of #DDDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD32

Black with #DDDD32

Text Example


Text Example

White with #DDDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD32; }

 p { color: rgb(221,221,50); }

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

background-color css

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

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

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

border-color css

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

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

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