Html Css Color HEX #DDD637 Starship

📋 copy color: '#DDD637'

red 221 ◦ green 214 ◦ blue 55

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

Shades of Starship #DDD637

Tints of Starship #DDD637

RGB

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

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

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

R = 45.1%
G = 43.67%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD637 (or 0xDDD637) is known color: Starship. HEX triplet: DD, D6 and 37. RGB value is (221,214,55). Sum of RGB (Red+Green+Blue) = 221+214+55=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD637 is #2229C8. Grayscale: #C6C6C6. Windows color (decimal): -2238921 or 3659485. OLE color: 3659485.

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

Color convert

RGB 221 214 55 -
CMYK 0 0.03 0.75 0.13
HSL 57.47º 0.71% 0.54% -
HSV(B) 57.47º 0.75% 0.87% -
XYZ 54.55 63.74 13.04 -
YUV 197.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 221 214 55 0 0.03 0.75 0.13 57.47 0.71 0.54
Hex DD D6 37 0 3 4B D 39 47 36
Octal 335 326 67 0 3 113 15 71 107 66
Binary 11011101 11010110 110111 0 11 1001011 1101 111001 1000111 110110

Color Harmonies of #DDD637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD637

Black with #DDD637

Text Example


Text Example

White with #DDD637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD637; }

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

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

background-color css

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

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

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

border-color css

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

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

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