Html Css Color HEX #DDD82F Starship

📋 copy color: '#DDD82F'

red 221 ◦ green 216 ◦ blue 47

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

Shades of Starship #DDD82F

Tints of Starship #DDD82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.71%

R = 45.66%
G = 44.63%
B = 9.71%

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

#DDD82F (or 0xDDD82F) is known color: Starship. HEX triplet: DD, D8 and 2F. RGB value is (221,216,47). Sum of RGB (Red+Green+Blue) = 221+216+47=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD82F is #2227D0. Grayscale: #C6C6C6. Windows color (decimal): -2238417 or 3135709. OLE color: 3135709.

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

Color convert

RGB 221 216 47 -
CMYK 0 0.02 0.79 0.13
HSL 58.28º 0.72% 0.53% -
HSV(B) 58.28º 0.79% 0.87% -
XYZ 54.89 64.69 12.28 -
YUV 198.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 221 216 47 0 0.02 0.79 0.13 58.28 0.72 0.53
Hex DD D8 2F 0 2 4F D 3A 48 35
Octal 335 330 57 0 2 117 15 72 110 65
Binary 11011101 11011000 101111 0 10 1001111 1101 111010 1001000 110101

Color Harmonies of #DDD82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD82F

Black with #DDD82F

Text Example


Text Example

White with #DDD82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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