Html Css Color HEX #DDD93E Starship

📋 copy color: '#DDD93E'

red 221 ◦ green 217 ◦ blue 62

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

Shades of Starship #DDD93E

Tints of Starship #DDD93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.4%

R = 44.2%
G = 43.4%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDD93E (or 0xDDD93E) is known color: Starship. HEX triplet: DD, D9 and 3E. RGB value is (221,217,62). Sum of RGB (Red+Green+Blue) = 221+217+62=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD93E is #2226C1. Grayscale: #C9C9C9. Windows color (decimal): -2238146 or 4119005. OLE color: 4119005.

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

Color convert

RGB 221 217 62 -
CMYK 0 0.02 0.72 0.13
HSL 58.49º 0.7% 0.55% -
HSV(B) 58.49º 0.72% 0.87% -
XYZ 55.5 65.35 14.25 -
YUV 200.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 221 217 62 0 0.02 0.72 0.13 58.49 0.7 0.55
Hex DD D9 3E 0 2 48 D 3A 46 37
Octal 335 331 76 0 2 110 15 72 106 67
Binary 11011101 11011001 111110 0 10 1001000 1101 111010 1000110 110111

Color Harmonies of #DDD93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD93E

Black with #DDD93E

Text Example


Text Example

White with #DDD93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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