Html Css Color HEX #DDD437 Starship

📋 copy color: '#DDD437'

red 221 ◦ green 212 ◦ blue 55

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

Shades of Starship #DDD437

Tints of Starship #DDD437

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.44%

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

R = 45.29%
G = 43.44%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD437 (or 0xDDD437) is known color: Starship. HEX triplet: DD, D4 and 37. RGB value is (221,212,55). Sum of RGB (Red+Green+Blue) = 221+212+55=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD437 is #222BC8. Grayscale: #C5C5C5. Windows color (decimal): -2239433 or 3658973. OLE color: 3658973.

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

Color convert

RGB 221 212 55 -
CMYK 0 0.04 0.75 0.13
HSL 56.75º 0.71% 0.54% -
HSV(B) 56.75º 0.75% 0.87% -
XYZ 54.05 62.73 12.87 -
YUV 196.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 221 212 55 0 0.04 0.75 0.13 56.75 0.71 0.54
Hex DD D4 37 0 4 4B D 39 47 36
Octal 335 324 67 0 4 113 15 71 107 66
Binary 11011101 11010100 110111 0 100 1001011 1101 111001 1000111 110110

Color Harmonies of #DDD437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD437

Black with #DDD437

Text Example


Text Example

White with #DDD437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD437; }

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

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

background-color css

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

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

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

border-color css

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

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

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