Html Css Color HEX #DED530 Starship

📋 copy color: '#DED530'

red 222 ◦ green 213 ◦ blue 48

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

Shades of Starship #DED530

Tints of Starship #DED530

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

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

R = 45.96%
G = 44.1%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DED530 (or 0xDED530) is known color: Starship. HEX triplet: DE, D5 and 30. RGB value is (222,213,48). Sum of RGB (Red+Green+Blue) = 222+213+48=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DED530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED530 is #212ACF. Grayscale: #C5C5C5. Windows color (decimal): -2173648 or 3200478. OLE color: 3200478.

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

Color convert

RGB 222 213 48 -
CMYK 0 0.04 0.78 0.13
HSL 56.9º 0.73% 0.53% -
HSV(B) 56.9º 0.78% 0.87% -
XYZ 54.45 63.33 12.15 -
YUV 196.88 43.98 145.92 -
System Red Green Blue C M Y K H S L
Decimal 222 213 48 0 0.04 0.78 0.13 56.9 0.73 0.53
Hex DE D5 30 0 4 4E D 39 48 35
Octal 336 325 60 0 4 116 15 71 110 65
Binary 11011110 11010101 110000 0 100 1001110 1101 111001 1001000 110101

Color Harmonies of #DED530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED530

Black with #DED530

Text Example


Text Example

White with #DED530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED530; }

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

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

background-color css

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

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

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

border-color css

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

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

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