Html Css Color HEX #DED631 Starship

📋 copy color: '#DED631'

red 222 ◦ green 214 ◦ blue 49

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

Shades of Starship #DED631

Tints of Starship #DED631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

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

R = 45.77%
G = 44.12%
B = 10.1%

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

#DED631 (or 0xDED631) is known color: Starship. HEX triplet: DE, D6 and 31. RGB value is (222,214,49). Sum of RGB (Red+Green+Blue) = 222+214+49=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DED631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED631 is #2129CE. Grayscale: #C6C6C6. Windows color (decimal): -2173391 or 3266270. OLE color: 3266270.

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

Color convert

RGB 222 214 49 -
CMYK 0 0.04 0.78 0.13
HSL 57.23º 0.72% 0.53% -
HSV(B) 57.23º 0.78% 0.87% -
XYZ 54.73 63.84 12.34 -
YUV 197.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 222 214 49 0 0.04 0.78 0.13 57.23 0.72 0.53
Hex DE D6 31 0 4 4E D 39 48 35
Octal 336 326 61 0 4 116 15 71 110 65
Binary 11011110 11010110 110001 0 100 1001110 1101 111001 1001000 110101

Color Harmonies of #DED631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED631

Black with #DED631

Text Example


Text Example

White with #DED631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED631; }

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

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

background-color css

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

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

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

border-color css

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

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

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