Html Css Color HEX #DED330 Starship

📋 copy color: '#DED330'

red 222 ◦ green 211 ◦ blue 48

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

Shades of Starship #DED330

Tints of Starship #DED330

RGB

 RED value IS 222 (87.11% from 255) = 46.15%

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

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

R = 46.15%
G = 43.87%
B = 9.98%

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

#DED330 (or 0xDED330) is known color: Starship. HEX triplet: DE, D3 and 30. RGB value is (222,211,48). Sum of RGB (Red+Green+Blue) = 222+211+48=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED330 is #212CCF. Grayscale: #C4C4C4. Windows color (decimal): -2174160 or 3199966. OLE color: 3199966.

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

Color convert

RGB 222 211 48 -
CMYK 0 0.05 0.78 0.13
HSL 56.21º 0.73% 0.53% -
HSV(B) 56.21º 0.78% 0.87% -
XYZ 53.95 62.33 11.98 -
YUV 195.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 222 211 48 0 0.05 0.78 0.13 56.21 0.73 0.53
Hex DE D3 30 0 5 4E D 38 48 35
Octal 336 323 60 0 5 116 15 70 110 65
Binary 11011110 11010011 110000 0 101 1001110 1101 111000 1001000 110101

Color Harmonies of #DED330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED330

Black with #DED330

Text Example


Text Example

White with #DED330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED330; }

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

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

background-color css

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

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

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

border-color css

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

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

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