Html Css Color HEX #DDD733 Starship

📋 copy color: '#DDD733'

red 221 ◦ green 215 ◦ blue 51

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

Shades of Starship #DDD733

Tints of Starship #DDD733

RGB

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

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

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

R = 45.38%
G = 44.15%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD733 (or 0xDDD733) is known color: Starship. HEX triplet: DD, D7 and 33. RGB value is (221,215,51). Sum of RGB (Red+Green+Blue) = 221+215+51=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD733 is #2228CC. Grayscale: #C6C6C6. Windows color (decimal): -2238669 or 3397597. OLE color: 3397597.

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

Color convert

RGB 221 215 51 -
CMYK 0 0.03 0.77 0.13
HSL 57.88º 0.71% 0.53% -
HSV(B) 57.88º 0.77% 0.87% -
XYZ 54.72 64.21 12.64 -
YUV 198.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 221 215 51 0 0.03 0.77 0.13 57.88 0.71 0.53
Hex DD D7 33 0 3 4D D 3A 47 35
Octal 335 327 63 0 3 115 15 72 107 65
Binary 11011101 11010111 110011 0 11 1001101 1101 111010 1000111 110101

Color Harmonies of #DDD733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD733

Black with #DDD733

Text Example


Text Example

White with #DDD733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD733; }

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

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

background-color css

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

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

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

border-color css

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

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

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