Html Css Color HEX #DDD639 Starship

📋 copy color: '#DDD639'

red 221 ◦ green 214 ◦ blue 57

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

Shades of Starship #DDD639

Tints of Starship #DDD639

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

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

R = 44.92%
G = 43.5%
B = 11.59%

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

#DDD639 (or 0xDDD639) is known color: Starship. HEX triplet: DD, D6 and 39. RGB value is (221,214,57). Sum of RGB (Red+Green+Blue) = 221+214+57=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD639 is #2229C6. Grayscale: #C6C6C6. Windows color (decimal): -2238919 or 3790557. OLE color: 3790557.

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

Color convert

RGB 221 214 57 -
CMYK 0 0.03 0.74 0.13
HSL 57.44º 0.71% 0.55% -
HSV(B) 57.44º 0.74% 0.87% -
XYZ 54.6 63.76 13.3 -
YUV 198.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 221 214 57 0 0.03 0.74 0.13 57.44 0.71 0.55
Hex DD D6 39 0 3 4A D 39 47 37
Octal 335 326 71 0 3 112 15 71 107 67
Binary 11011101 11010110 111001 0 11 1001010 1101 111001 1000111 110111

Color Harmonies of #DDD639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD639

Black with #DDD639

Text Example


Text Example

White with #DDD639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD639; }

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

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

background-color css

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

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

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

border-color css

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

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

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