Html Css Color HEX #DDDB47 Starship

📋 copy color: '#DDDB47'

red 221 ◦ green 219 ◦ blue 71

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

Shades of Starship #DDDB47

Tints of Starship #DDDB47

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

 BLUE value IS 71 (28.13% from 255) = 13.89%

R = 43.25%
G = 42.86%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDDB47 (or 0xDDDB47) is known color: Starship. HEX triplet: DD, DB and 47. RGB value is (221,219,71). Sum of RGB (Red+Green+Blue) = 221+219+71=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB47 is #2224B8. Grayscale: #CBCBCB. Windows color (decimal): -2237625 or 4709341. OLE color: 4709341.

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

Color convert

RGB 221 219 71 -
CMYK 0 0.01 0.68 0.13
HSL 59.2º 0.69% 0.57% -
HSV(B) 59.2º 0.68% 0.87% -
XYZ 56.29 66.49 15.83 -
YUV 202.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 221 219 71 0 0.01 0.68 0.13 59.2 0.69 0.57
Hex DD DB 47 0 1 44 D 3B 45 39
Octal 335 333 107 0 1 104 15 73 105 71
Binary 11011101 11011011 1000111 0 1 1000100 1101 111011 1000101 111001

Color Harmonies of #DDDB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB47

Black with #DDDB47

Text Example


Text Example

White with #DDDB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB47; }

 p { color: rgb(221,219,71); }

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

background-color css

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

 a { background-color: rgb(221,219,71); }

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

border-color css

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

 span { border-color: rgb(221,219,71); }

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