Html Css Color HEX #DDDB33 Starship

📋 copy color: '#DDDB33'

red 221 ◦ green 219 ◦ blue 51

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

Shades of Starship #DDDB33

Tints of Starship #DDDB33

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

 BLUE value IS 51 (20.31% from 255) = 10.39%

R = 45.01%
G = 44.6%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDDB33 (or 0xDDDB33) is known color: Starship. HEX triplet: DD, DB and 33. RGB value is (221,219,51). Sum of RGB (Red+Green+Blue) = 221+219+51=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB33 is #2224CC. Grayscale: #C9C9C9. Windows color (decimal): -2237645 or 3398621. OLE color: 3398621.

HSL color Cylindrical-coordinate representation of color #DDDB33: hue angle of 59.29º degrees, saturation: 0.71, 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 #DDDB33 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 51 -
CMYK 0 0.01 0.77 0.13
HSL 59.29º 0.71% 0.53% -
HSV(B) 59.29º 0.77% 0.87% -
XYZ 55.75 66.27 12.99 -
YUV 200.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 221 219 51 0 0.01 0.77 0.13 59.29 0.71 0.53
Hex DD DB 33 0 1 4D D 3B 47 35
Octal 335 333 63 0 1 115 15 73 107 65
Binary 11011101 11011011 110011 0 1 1001101 1101 111011 1000111 110101

Color Harmonies of #DDDB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB33

Black with #DDDB33

Text Example


Text Example

White with #DDDB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB33; }

 p { color: rgb(221,219,51); }

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

background-color css

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

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

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

border-color css

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

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

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