Html Css Color HEX #DDD230 Starship

📋 copy color: '#DDD230'

red 221 ◦ green 210 ◦ blue 48

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

Shades of Starship #DDD230

Tints of Starship #DDD230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.84%

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

R = 46.14%
G = 43.84%
B = 10.02%

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

#DDD230 (or 0xDDD230) is known color: Starship. HEX triplet: DD, D2 and 30. RGB value is (221,210,48). Sum of RGB (Red+Green+Blue) = 221+210+48=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD230 is #222DCF. Grayscale: #C3C3C3. Windows color (decimal): -2239952 or 3199709. OLE color: 3199709.

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

Color convert

RGB 221 210 48 -
CMYK 0 0.05 0.78 0.13
HSL 56.18º 0.72% 0.53% -
HSV(B) 56.18º 0.78% 0.87% -
XYZ 53.4 61.68 11.89 -
YUV 194.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 221 210 48 0 0.05 0.78 0.13 56.18 0.72 0.53
Hex DD D2 30 0 5 4E D 38 48 35
Octal 335 322 60 0 5 116 15 70 110 65
Binary 11011101 11010010 110000 0 101 1001110 1101 111000 1001000 110101

Color Harmonies of #DDD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD230

Black with #DDD230

Text Example


Text Example

White with #DDD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD230; }

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

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

background-color css

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

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

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

border-color css

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

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

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