Html Css Color HEX #DDDA37 Starship

📋 copy color: '#DDDA37'

red 221 ◦ green 218 ◦ blue 55

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

Shades of Starship #DDDA37

Tints of Starship #DDDA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

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

R = 44.74%
G = 44.13%
B = 11.13%

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

#DDDA37 (or 0xDDDA37) is known color: Starship. HEX triplet: DD, DA and 37. RGB value is (221,218,55). Sum of RGB (Red+Green+Blue) = 221+218+55=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA37 is #2225C8. Grayscale: #C8C8C8. Windows color (decimal): -2237897 or 3660509. OLE color: 3660509.

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

Color convert

RGB 221 218 55 -
CMYK 0 0.01 0.75 0.13
HSL 58.92º 0.71% 0.54% -
HSV(B) 58.92º 0.75% 0.87% -
XYZ 55.58 65.79 13.38 -
YUV 200.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 221 218 55 0 0.01 0.75 0.13 58.92 0.71 0.54
Hex DD DA 37 0 1 4B D 3B 47 36
Octal 335 332 67 0 1 113 15 73 107 66
Binary 11011101 11011010 110111 0 1 1001011 1101 111011 1000111 110110

Color Harmonies of #DDDA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA37

Black with #DDDA37

Text Example


Text Example

White with #DDDA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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