Html Css Color HEX #DDD232 Starship

📋 copy color: '#DDD232'

red 221 ◦ green 210 ◦ blue 50

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

Shades of Starship #DDD232

Tints of Starship #DDD232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.66%

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

R = 45.95%
G = 43.66%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD232 (or 0xDDD232) is known color: Starship. HEX triplet: DD, D2 and 32. RGB value is (221,210,50). Sum of RGB (Red+Green+Blue) = 221+210+50=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD232 is #222DCD. Grayscale: #C3C3C3. Windows color (decimal): -2239950 or 3330781. OLE color: 3330781.

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

Color convert

RGB 221 210 50 -
CMYK 0 0.05 0.77 0.13
HSL 56.14º 0.72% 0.53% -
HSV(B) 56.14º 0.77% 0.87% -
XYZ 53.44 61.7 12.11 -
YUV 195.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 221 210 50 0 0.05 0.77 0.13 56.14 0.72 0.53
Hex DD D2 32 0 5 4D D 38 48 35
Octal 335 322 62 0 5 115 15 70 110 65
Binary 11011101 11010010 110010 0 101 1001101 1101 111000 1001000 110101

Color Harmonies of #DDD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD232

Black with #DDD232

Text Example


Text Example

White with #DDD232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD232; }

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

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

background-color css

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

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

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

border-color css

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

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

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