Html Css Color HEX #DDDB38 Starship

📋 copy color: '#DDDB38'

red 221 ◦ green 219 ◦ blue 56

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

Shades of Starship #DDDB38

Tints of Starship #DDDB38

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

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

R = 44.56%
G = 44.15%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDDB38 (or 0xDDDB38) is known color: Starship. HEX triplet: DD, DB and 38. RGB value is (221,219,56). Sum of RGB (Red+Green+Blue) = 221+219+56=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB38 is #2224C7. Grayscale: #C9C9C9. Windows color (decimal): -2237640 or 3726301. OLE color: 3726301.

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

Color convert

RGB 221 219 56 -
CMYK 0 0.01 0.75 0.13
HSL 59.27º 0.71% 0.54% -
HSV(B) 59.27º 0.75% 0.87% -
XYZ 55.86 66.32 13.6 -
YUV 201.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 221 219 56 0 0.01 0.75 0.13 59.27 0.71 0.54
Hex DD DB 38 0 1 4B D 3B 47 36
Octal 335 333 70 0 1 113 15 73 107 66
Binary 11011101 11011011 111000 0 1 1001011 1101 111011 1000111 110110

Color Harmonies of #DDDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB38

Black with #DDDB38

Text Example


Text Example

White with #DDDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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