Html Css Color HEX #DDD83B Starship

📋 copy color: '#DDD83B'

red 221 ◦ green 216 ◦ blue 59

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

Shades of Starship #DDD83B

Tints of Starship #DDD83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.9%

R = 44.56%
G = 43.55%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDD83B (or 0xDDD83B) is known color: Starship. HEX triplet: DD, D8 and 3B. RGB value is (221,216,59). Sum of RGB (Red+Green+Blue) = 221+216+59=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD83B is #2227C4. Grayscale: #C8C8C8. Windows color (decimal): -2238405 or 3922141. OLE color: 3922141.

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

Color convert

RGB 221 216 59 -
CMYK 0 0.02 0.73 0.13
HSL 58.15º 0.7% 0.55% -
HSV(B) 58.15º 0.73% 0.87% -
XYZ 55.16 64.8 13.74 -
YUV 199.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 221 216 59 0 0.02 0.73 0.13 58.15 0.7 0.55
Hex DD D8 3B 0 2 49 D 3A 46 37
Octal 335 330 73 0 2 111 15 72 106 67
Binary 11011101 11011000 111011 0 10 1001001 1101 111010 1000110 110111

Color Harmonies of #DDD83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD83B

Black with #DDD83B

Text Example


Text Example

White with #DDD83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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