Html Css Color HEX #DDD338 Starship

📋 copy color: '#DDD338'

red 221 ◦ green 211 ◦ blue 56

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

Shades of Starship #DDD338

Tints of Starship #DDD338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.24%

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

R = 45.29%
G = 43.24%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD338 (or 0xDDD338) is known color: Starship. HEX triplet: DD, D3 and 38. RGB value is (221,211,56). Sum of RGB (Red+Green+Blue) = 221+211+56=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD338 is #222CC7. Grayscale: #C4C4C4. Windows color (decimal): -2239688 or 3724253. OLE color: 3724253.

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

Color convert

RGB 221 211 56 -
CMYK 0 0.05 0.75 0.13
HSL 56.36º 0.71% 0.54% -
HSV(B) 56.36º 0.75% 0.87% -
XYZ 53.83 62.25 12.92 -
YUV 196.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 221 211 56 0 0.05 0.75 0.13 56.36 0.71 0.54
Hex DD D3 38 0 5 4B D 38 47 36
Octal 335 323 70 0 5 113 15 70 107 66
Binary 11011101 11010011 111000 0 101 1001011 1101 111000 1000111 110110

Color Harmonies of #DDD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD338

Black with #DDD338

Text Example


Text Example

White with #DDD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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