Html Css Color HEX #DEDA31 Starship

📋 copy color: '#DEDA31'

red 222 ◦ green 218 ◦ blue 49

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

Shades of Starship #DEDA31

Tints of Starship #DEDA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

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

R = 45.4%
G = 44.58%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEDA31 (or 0xDEDA31) is known color: Starship. HEX triplet: DE, DA and 31. RGB value is (222,218,49). Sum of RGB (Red+Green+Blue) = 222+218+49=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA31 is #2125CE. Grayscale: #C8C8C8. Windows color (decimal): -2172367 or 3267294. OLE color: 3267294.

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

Color convert

RGB 222 218 49 -
CMYK 0 0.02 0.78 0.13
HSL 58.61º 0.72% 0.53% -
HSV(B) 58.61º 0.78% 0.87% -
XYZ 55.75 65.89 12.69 -
YUV 199.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 222 218 49 0 0.02 0.78 0.13 58.61 0.72 0.53
Hex DE DA 31 0 2 4E D 3B 48 35
Octal 336 332 61 0 2 116 15 73 110 65
Binary 11011110 11011010 110001 0 10 1001110 1101 111011 1001000 110101

Color Harmonies of #DEDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA31

Black with #DEDA31

Text Example


Text Example

White with #DEDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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