Html Css Color HEX #DDD739 Starship

📋 copy color: '#DDD739'

red 221 ◦ green 215 ◦ blue 57

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

Shades of Starship #DDD739

Tints of Starship #DDD739

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

 BLUE value IS 57 (22.66% from 255) = 11.56%

R = 44.83%
G = 43.61%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD739 (or 0xDDD739) is known color: Starship. HEX triplet: DD, D7 and 39. RGB value is (221,215,57). Sum of RGB (Red+Green+Blue) = 221+215+57=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD739 is #2228C6. Grayscale: #C7C7C7. Windows color (decimal): -2238663 or 3790813. OLE color: 3790813.

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

Color convert

RGB 221 215 57 -
CMYK 0 0.03 0.74 0.13
HSL 57.8º 0.71% 0.55% -
HSV(B) 57.8º 0.74% 0.87% -
XYZ 54.86 64.27 13.38 -
YUV 198.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 221 215 57 0 0.03 0.74 0.13 57.8 0.71 0.55
Hex DD D7 39 0 3 4A D 3A 47 37
Octal 335 327 71 0 3 112 15 72 107 67
Binary 11011101 11010111 111001 0 11 1001010 1101 111010 1000111 110111

Color Harmonies of #DDD739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD739

Black with #DDD739

Text Example


Text Example

White with #DDD739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD739; }

 p { color: rgb(221,215,57); }

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

background-color css

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

 a { background-color: rgb(221,215,57); }

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

border-color css

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

 span { border-color: rgb(221,215,57); }

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