Html Css Color HEX #DDDB30 Starship

📋 copy color: '#DDDB30'

red 221 ◦ green 219 ◦ blue 48

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

Shades of Starship #DDDB30

Tints of Starship #DDDB30

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 45.29%
G = 44.88%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDDB30 (or 0xDDDB30) is known color: Starship. HEX triplet: DD, DB and 30. RGB value is (221,219,48). Sum of RGB (Red+Green+Blue) = 221+219+48=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB30 is #2224CF. Grayscale: #C8C8C8. Windows color (decimal): -2237648 or 3202013. OLE color: 3202013.

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

Color convert

RGB 221 219 48 -
CMYK 0 0.01 0.78 0.13
HSL 59.31º 0.72% 0.53% -
HSV(B) 59.31º 0.78% 0.87% -
XYZ 55.68 66.25 12.65 -
YUV 200.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 221 219 48 0 0.01 0.78 0.13 59.31 0.72 0.53
Hex DD DB 30 0 1 4E D 3B 48 35
Octal 335 333 60 0 1 116 15 73 110 65
Binary 11011101 11011011 110000 0 1 1001110 1101 111011 1001000 110101

Color Harmonies of #DDDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB30

Black with #DDDB30

Text Example


Text Example

White with #DDDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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