Html Css Color HEX #DDD93A Starship

📋 copy color: '#DDD93A'

red 221 ◦ green 217 ◦ blue 58

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

Shades of Starship #DDD93A

Tints of Starship #DDD93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

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

R = 44.56%
G = 43.75%
B = 11.69%

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

#DDD93A (or 0xDDD93A) is known color: Starship. HEX triplet: DD, D9 and 3A. RGB value is (221,217,58). Sum of RGB (Red+Green+Blue) = 221+217+58=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD93A is #2226C5. Grayscale: #C8C8C8. Windows color (decimal): -2238150 or 3856861. OLE color: 3856861.

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

Color convert

RGB 221 217 58 -
CMYK 0 0.02 0.74 0.13
HSL 58.53º 0.71% 0.55% -
HSV(B) 58.53º 0.74% 0.87% -
XYZ 55.4 65.3 13.69 -
YUV 200.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 221 217 58 0 0.02 0.74 0.13 58.53 0.71 0.55
Hex DD D9 3A 0 2 4A D 3B 47 37
Octal 335 331 72 0 2 112 15 73 107 67
Binary 11011101 11011001 111010 0 10 1001010 1101 111011 1000111 110111

Color Harmonies of #DDD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD93A

Black with #DDD93A

Text Example


Text Example

White with #DDD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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