Html Css Color HEX #DDD82E Starship

📋 copy color: '#DDD82E'

red 221 ◦ green 216 ◦ blue 46

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

Shades of Starship #DDD82E

Tints of Starship #DDD82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.52%

R = 45.76%
G = 44.72%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDD82E (or 0xDDD82E) is known color: Starship. HEX triplet: DD, D8 and 2E. RGB value is (221,216,46). Sum of RGB (Red+Green+Blue) = 221+216+46=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD82E is #2227D1. Grayscale: #C6C6C6. Windows color (decimal): -2238418 or 3070173. OLE color: 3070173.

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

Color convert

RGB 221 216 46 -
CMYK 0 0.02 0.79 0.13
HSL 58.29º 0.72% 0.52% -
HSV(B) 58.29º 0.79% 0.87% -
XYZ 54.87 64.68 12.18 -
YUV 198.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 221 216 46 0 0.02 0.79 0.13 58.29 0.72 0.52
Hex DD D8 2E 0 2 4F D 3A 48 34
Octal 335 330 56 0 2 117 15 72 110 64
Binary 11011101 11011000 101110 0 10 1001111 1101 111010 1001000 110100

Color Harmonies of #DDD82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD82E

Black with #DDD82E

Text Example


Text Example

White with #DDD82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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