Html Css Color HEX #DDD845 Starship

📋 copy color: '#DDD845'

red 221 ◦ green 216 ◦ blue 69

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

Shades of Starship #DDD845

Tints of Starship #DDD845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.64%

R = 43.68%
G = 42.69%
B = 13.64%

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

#DDD845 (or 0xDDD845) is known color: Starship. HEX triplet: DD, D8 and 45. RGB value is (221,216,69). Sum of RGB (Red+Green+Blue) = 221+216+69=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD845 is #2227BA. Grayscale: #C9C9C9. Windows color (decimal): -2238395 or 4577501. OLE color: 4577501.

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

Color convert

RGB 221 216 69 -
CMYK 0 0.02 0.69 0.13
HSL 58.03º 0.69% 0.57% -
HSV(B) 58.03º 0.69% 0.87% -
XYZ 55.45 64.91 15.24 -
YUV 200.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 221 216 69 0 0.02 0.69 0.13 58.03 0.69 0.57
Hex DD D8 45 0 2 45 D 3A 45 39
Octal 335 330 105 0 2 105 15 72 105 71
Binary 11011101 11011000 1000101 0 10 1000101 1101 111010 1000101 111001

Color Harmonies of #DDD845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD845

Black with #DDD845

Text Example


Text Example

White with #DDD845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD845; }

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

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

background-color css

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

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

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

border-color css

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

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

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