Html Css Color HEX #DED431 Starship

📋 copy color: '#DED431'

red 222 ◦ green 212 ◦ blue 49

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

Shades of Starship #DED431

Tints of Starship #DED431

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

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

R = 45.96%
G = 43.89%
B = 10.14%

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

#DED431 (or 0xDED431) is known color: Starship. HEX triplet: DE, D4 and 31. RGB value is (222,212,49). Sum of RGB (Red+Green+Blue) = 222+212+49=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DED431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED431 is #212BCE. Grayscale: #C5C5C5. Windows color (decimal): -2173903 or 3265758. OLE color: 3265758.

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

Color convert

RGB 222 212 49 -
CMYK 0 0.05 0.78 0.13
HSL 56.53º 0.72% 0.53% -
HSV(B) 56.53º 0.78% 0.87% -
XYZ 54.22 62.84 12.18 -
YUV 196.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 222 212 49 0 0.05 0.78 0.13 56.53 0.72 0.53
Hex DE D4 31 0 5 4E D 39 48 35
Octal 336 324 61 0 5 116 15 71 110 65
Binary 11011110 11010100 110001 0 101 1001110 1101 111001 1001000 110101

Color Harmonies of #DED431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED431

Black with #DED431

Text Example


Text Example

White with #DED431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED431; }

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

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

background-color css

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

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

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

border-color css

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

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

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