Html Css Color HEX #DDD330 Starship

📋 copy color: '#DDD330'

red 221 ◦ green 211 ◦ blue 48

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

Shades of Starship #DDD330

Tints of Starship #DDD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.96%

 BLUE value IS 48 (19.14% from 255) = 10%

R = 46.04%
G = 43.96%
B = 10%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDD330 (or 0xDDD330) is known color: Starship. HEX triplet: DD, D3 and 30. RGB value is (221,211,48). Sum of RGB (Red+Green+Blue) = 221+211+48=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD330 is #222CCF. Grayscale: #C4C4C4. Windows color (decimal): -2239696 or 3199965. OLE color: 3199965.

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

Color convert

RGB 221 211 48 -
CMYK 0 0.05 0.78 0.13
HSL 56.53º 0.72% 0.53% -
HSV(B) 56.53º 0.78% 0.87% -
XYZ 53.65 62.17 11.97 -
YUV 195.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 221 211 48 0 0.05 0.78 0.13 56.53 0.72 0.53
Hex DD D3 30 0 5 4E D 39 48 35
Octal 335 323 60 0 5 116 15 71 110 65
Binary 11011101 11010011 110000 0 101 1001110 1101 111001 1001000 110101

Color Harmonies of #DDD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD330

Black with #DDD330

Text Example


Text Example

White with #DDD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD330; }

 p { color: rgb(221,211,48); }

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

background-color css

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

 a { background-color: rgb(221,211,48); }

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

border-color css

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

 span { border-color: rgb(221,211,48); }

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