Html Css Color HEX #DDD838 Starship

📋 copy color: '#DDD838'

red 221 ◦ green 216 ◦ blue 56

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

Shades of Starship #DDD838

Tints of Starship #DDD838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.36%

R = 44.83%
G = 43.81%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD838 (or 0xDDD838) is known color: Starship. HEX triplet: DD, D8 and 38. RGB value is (221,216,56). Sum of RGB (Red+Green+Blue) = 221+216+56=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD838 is #2227C7. Grayscale: #C7C7C7. Windows color (decimal): -2238408 or 3725533. OLE color: 3725533.

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

Color convert

RGB 221 216 56 -
CMYK 0 0.02 0.75 0.13
HSL 58.18º 0.71% 0.54% -
HSV(B) 58.18º 0.75% 0.87% -
XYZ 55.09 64.77 13.34 -
YUV 199.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 221 216 56 0 0.02 0.75 0.13 58.18 0.71 0.54
Hex DD D8 38 0 2 4B D 3A 47 36
Octal 335 330 70 0 2 113 15 72 107 66
Binary 11011101 11011000 111000 0 10 1001011 1101 111010 1000111 110110

Color Harmonies of #DDD838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD838

Black with #DDD838

Text Example


Text Example

White with #DDD838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD838; }

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

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

background-color css

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

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

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

border-color css

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

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

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