Html Css Color HEX #DDD533 Starship

📋 copy color: '#DDD533'

red 221 ◦ green 213 ◦ blue 51

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

Shades of Starship #DDD533

Tints of Starship #DDD533

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

 BLUE value IS 51 (20.31% from 255) = 10.52%

R = 45.57%
G = 43.92%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD533 (or 0xDDD533) is known color: Starship. HEX triplet: DD, D5 and 33. RGB value is (221,213,51). Sum of RGB (Red+Green+Blue) = 221+213+51=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD533 is #222ACC. Grayscale: #C5C5C5. Windows color (decimal): -2239181 or 3397085. OLE color: 3397085.

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

Color convert

RGB 221 213 51 -
CMYK 0 0.04 0.77 0.13
HSL 57.18º 0.71% 0.53% -
HSV(B) 57.18º 0.77% 0.87% -
XYZ 54.21 63.2 12.47 -
YUV 196.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 221 213 51 0 0.04 0.77 0.13 57.18 0.71 0.53
Hex DD D5 33 0 4 4D D 39 47 35
Octal 335 325 63 0 4 115 15 71 107 65
Binary 11011101 11010101 110011 0 100 1001101 1101 111001 1000111 110101

Color Harmonies of #DDD533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD533

Black with #DDD533

Text Example


Text Example

White with #DDD533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD533; }

 p { color: rgb(221,213,51); }

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

background-color css

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

 a { background-color: rgb(221,213,51); }

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

border-color css

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

 span { border-color: rgb(221,213,51); }

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