Html Css Color HEX #DDD832 Starship

📋 copy color: '#DDD832'

red 221 ◦ green 216 ◦ blue 50

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

Shades of Starship #DDD832

Tints of Starship #DDD832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

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

R = 45.38%
G = 44.35%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD832 (or 0xDDD832) is known color: Starship. HEX triplet: DD, D8 and 32. RGB value is (221,216,50). Sum of RGB (Red+Green+Blue) = 221+216+50=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD832 is #2227CD. Grayscale: #C7C7C7. Windows color (decimal): -2238414 or 3332317. OLE color: 3332317.

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

Color convert

RGB 221 216 50 -
CMYK 0 0.02 0.77 0.13
HSL 58.25º 0.72% 0.53% -
HSV(B) 58.25º 0.77% 0.87% -
XYZ 54.95 64.71 12.61 -
YUV 198.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 221 216 50 0 0.02 0.77 0.13 58.25 0.72 0.53
Hex DD D8 32 0 2 4D D 3A 48 35
Octal 335 330 62 0 2 115 15 72 110 65
Binary 11011101 11011000 110010 0 10 1001101 1101 111010 1001000 110101

Color Harmonies of #DDD832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD832

Black with #DDD832

Text Example


Text Example

White with #DDD832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD832; }

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

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

background-color css

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

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

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

border-color css

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

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

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