Html Css Color HEX #DDD844 Starship

📋 copy color: '#DDD844'

red 221 ◦ green 216 ◦ blue 68

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

Shades of Starship #DDD844

Tints of Starship #DDD844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.47%

R = 43.76%
G = 42.77%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDD844 (or 0xDDD844) is known color: Starship. HEX triplet: DD, D8 and 44. RGB value is (221,216,68). Sum of RGB (Red+Green+Blue) = 221+216+68=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD844 is #2227BB. Grayscale: #C9C9C9. Windows color (decimal): -2238396 or 4511965. OLE color: 4511965.

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

Color convert

RGB 221 216 68 -
CMYK 0 0.02 0.69 0.13
HSL 58.04º 0.69% 0.57% -
HSV(B) 58.04º 0.69% 0.87% -
XYZ 55.42 64.9 15.08 -
YUV 200.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 221 216 68 0 0.02 0.69 0.13 58.04 0.69 0.57
Hex DD D8 44 0 2 45 D 3A 45 39
Octal 335 330 104 0 2 105 15 72 105 71
Binary 11011101 11011000 1000100 0 10 1000101 1101 111010 1000101 111001

Color Harmonies of #DDD844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD844

Black with #DDD844

Text Example


Text Example

White with #DDD844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD844; }

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

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

background-color css

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

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

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

border-color css

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

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

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