Html Css Color HEX #DDD831 Starship

📋 copy color: '#DDD831'

red 221 ◦ green 216 ◦ blue 49

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

Shades of Starship #DDD831

Tints of Starship #DDD831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.08%

R = 45.47%
G = 44.44%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDD831 (or 0xDDD831) is known color: Starship. HEX triplet: DD, D8 and 31. RGB value is (221,216,49). Sum of RGB (Red+Green+Blue) = 221+216+49=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD831 is #2227CE. Grayscale: #C7C7C7. Windows color (decimal): -2238415 or 3266781. OLE color: 3266781.

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

Color convert

RGB 221 216 49 -
CMYK 0 0.02 0.78 0.13
HSL 58.26º 0.72% 0.53% -
HSV(B) 58.26º 0.78% 0.87% -
XYZ 54.93 64.71 12.5 -
YUV 198.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 221 216 49 0 0.02 0.78 0.13 58.26 0.72 0.53
Hex DD D8 31 0 2 4E D 3A 48 35
Octal 335 330 61 0 2 116 15 72 110 65
Binary 11011101 11011000 110001 0 10 1001110 1101 111010 1001000 110101

Color Harmonies of #DDD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD831

Black with #DDD831

Text Example


Text Example

White with #DDD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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