Html Css Color HEX #DDD83A Starship

📋 copy color: '#DDD83A'

red 221 ◦ green 216 ◦ blue 58

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

Shades of Starship #DDD83A

Tints of Starship #DDD83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 44.65%
G = 43.64%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD83A (or 0xDDD83A) is known color: Starship. HEX triplet: DD, D8 and 3A. RGB value is (221,216,58). Sum of RGB (Red+Green+Blue) = 221+216+58=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD83A is #2227C5. Grayscale: #C8C8C8. Windows color (decimal): -2238406 or 3856605. OLE color: 3856605.

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

Color convert

RGB 221 216 58 -
CMYK 0 0.02 0.74 0.13
HSL 58.16º 0.71% 0.55% -
HSV(B) 58.16º 0.74% 0.87% -
XYZ 55.14 64.79 13.6 -
YUV 199.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 221 216 58 0 0.02 0.74 0.13 58.16 0.71 0.55
Hex DD D8 3A 0 2 4A D 3A 47 37
Octal 335 330 72 0 2 112 15 72 107 67
Binary 11011101 11011000 111010 0 10 1001010 1101 111010 1000111 110111

Color Harmonies of #DDD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD83A

Black with #DDD83A

Text Example


Text Example

White with #DDD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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