Html Css Color HEX #DDD433 Starship

📋 copy color: '#DDD433'

red 221 ◦ green 212 ◦ blue 51

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

Shades of Starship #DDD433

Tints of Starship #DDD433

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

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

R = 45.66%
G = 43.8%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD433 (or 0xDDD433) is known color: Starship. HEX triplet: DD, D4 and 33. RGB value is (221,212,51). Sum of RGB (Red+Green+Blue) = 221+212+51=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD433 is #222BCC. Grayscale: #C4C4C4. Windows color (decimal): -2239437 or 3396829. OLE color: 3396829.

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

Color convert

RGB 221 212 51 -
CMYK 0 0.04 0.77 0.13
HSL 56.82º 0.71% 0.53% -
HSV(B) 56.82º 0.77% 0.87% -
XYZ 53.96 62.7 12.39 -
YUV 196.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 221 212 51 0 0.04 0.77 0.13 56.82 0.71 0.53
Hex DD D4 33 0 4 4D D 39 47 35
Octal 335 324 63 0 4 115 15 71 107 65
Binary 11011101 11010100 110011 0 100 1001101 1101 111001 1000111 110101

Color Harmonies of #DDD433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD433

Black with #DDD433

Text Example


Text Example

White with #DDD433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD433; }

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

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

background-color css

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

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

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

border-color css

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

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

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