Html Css Color HEX #DDD833 Starship

📋 copy color: '#DDD833'

red 221 ◦ green 216 ◦ blue 51

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

Shades of Starship #DDD833

Tints of Starship #DDD833

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

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

R = 45.29%
G = 44.26%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDD833 (or 0xDDD833) is known color: Starship. HEX triplet: DD, D8 and 33. RGB value is (221,216,51). Sum of RGB (Red+Green+Blue) = 221+216+51=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD833 is #2227CC. Grayscale: #C7C7C7. Windows color (decimal): -2238413 or 3397853. OLE color: 3397853.

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

Color convert

RGB 221 216 51 -
CMYK 0 0.02 0.77 0.13
HSL 58.24º 0.71% 0.53% -
HSV(B) 58.24º 0.77% 0.87% -
XYZ 54.97 64.72 12.73 -
YUV 198.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 221 216 51 0 0.02 0.77 0.13 58.24 0.71 0.53
Hex DD D8 33 0 2 4D D 3A 47 35
Octal 335 330 63 0 2 115 15 72 107 65
Binary 11011101 11011000 110011 0 10 1001101 1101 111010 1000111 110101

Color Harmonies of #DDD833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD833

Black with #DDD833

Text Example


Text Example

White with #DDD833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD833; }

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

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

background-color css

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

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

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

border-color css

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

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

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