Html Css Color HEX #DDDB37 Starship

📋 copy color: '#DDDB37'

red 221 ◦ green 219 ◦ blue 55

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

Shades of Starship #DDDB37

Tints of Starship #DDDB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.11%

R = 44.65%
G = 44.24%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDDB37 (or 0xDDDB37) is known color: Starship. HEX triplet: DD, DB and 37. RGB value is (221,219,55). Sum of RGB (Red+Green+Blue) = 221+219+55=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB37 is #2224C8. Grayscale: #C9C9C9. Windows color (decimal): -2237641 or 3660765. OLE color: 3660765.

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

Color convert

RGB 221 219 55 -
CMYK 0 0.01 0.75 0.13
HSL 59.28º 0.71% 0.54% -
HSV(B) 59.28º 0.75% 0.87% -
XYZ 55.84 66.31 13.47 -
YUV 200.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 221 219 55 0 0.01 0.75 0.13 59.28 0.71 0.54
Hex DD DB 37 0 1 4B D 3B 47 36
Octal 335 333 67 0 1 113 15 73 107 66
Binary 11011101 11011011 110111 0 1 1001011 1101 111011 1000111 110110

Color Harmonies of #DDDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB37

Black with #DDDB37

Text Example


Text Example

White with #DDDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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