Html Css Color HEX #DDD538 Starship

📋 copy color: '#DDD538'

red 221 ◦ green 213 ◦ blue 56

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

Shades of Starship #DDD538

Tints of Starship #DDD538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 45.1%
G = 43.47%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD538 (or 0xDDD538) is known color: Starship. HEX triplet: DD, D5 and 38. RGB value is (221,213,56). Sum of RGB (Red+Green+Blue) = 221+213+56=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD538 is #222AC7. Grayscale: #C6C6C6. Windows color (decimal): -2239176 or 3724765. OLE color: 3724765.

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

Color convert

RGB 221 213 56 -
CMYK 0 0.04 0.75 0.13
HSL 57.09º 0.71% 0.54% -
HSV(B) 57.09º 0.75% 0.87% -
XYZ 54.33 63.25 13.09 -
YUV 197.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 221 213 56 0 0.04 0.75 0.13 57.09 0.71 0.54
Hex DD D5 38 0 4 4B D 39 47 36
Octal 335 325 70 0 4 113 15 71 107 66
Binary 11011101 11010101 111000 0 100 1001011 1101 111001 1000111 110110

Color Harmonies of #DDD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD538

Black with #DDD538

Text Example


Text Example

White with #DDD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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