Html Css Color HEX #DED531 Starship

📋 copy color: '#DED531'

red 222 ◦ green 213 ◦ blue 49

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

Shades of Starship #DED531

Tints of Starship #DED531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 45.87%
G = 44.01%
B = 10.12%

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

#DED531 (or 0xDED531) is known color: Starship. HEX triplet: DE, D5 and 31. RGB value is (222,213,49). Sum of RGB (Red+Green+Blue) = 222+213+49=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DED531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED531 is #212ACE. Grayscale: #C5C5C5. Windows color (decimal): -2173647 or 3266014. OLE color: 3266014.

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

Color convert

RGB 222 213 49 -
CMYK 0 0.04 0.78 0.13
HSL 56.88º 0.72% 0.53% -
HSV(B) 56.88º 0.78% 0.87% -
XYZ 54.47 63.34 12.26 -
YUV 197 44.48 145.84 -
System Red Green Blue C M Y K H S L
Decimal 222 213 49 0 0.04 0.78 0.13 56.88 0.72 0.53
Hex DE D5 31 0 4 4E D 39 48 35
Octal 336 325 61 0 4 116 15 71 110 65
Binary 11011110 11010101 110001 0 100 1001110 1101 111001 1001000 110101

Color Harmonies of #DED531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED531

Black with #DED531

Text Example


Text Example

White with #DED531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED531; }

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

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

background-color css

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

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

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

border-color css

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

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

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