Html Css Color HEX #DEDF31 Starship

📋 copy color: '#DEDF31'

red 222 ◦ green 223 ◦ blue 49

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

Shades of Starship #DEDF31

Tints of Starship #DEDF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.14%

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

R = 44.94%
G = 45.14%
B = 9.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEDF31 (or 0xDEDF31) is known color: Starship. HEX triplet: DE, DF and 31. RGB value is (222,223,49). Sum of RGB (Red+Green+Blue) = 222+223+49=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDF31 is #2120CE. Grayscale: #CBCBCB. Windows color (decimal): -2171087 or 3268574. OLE color: 3268574.

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

Color convert

RGB 222 223 49 -
CMYK 0.00 0 0.78 0.13
HSL 60.34º 0.73% 0.53% -
HSV(B) 60.34º 0.78% 0.87% -
XYZ 57.07 68.53 13.13 -
YUV 202.87 41.17 141.65 -
System Red Green Blue C M Y K H S L
Decimal 222 223 49 0.00 0 0.78 0.13 60.34 0.73 0.53
Hex DE DF 31 0 0 4E D 3C 49 35
Octal 336 337 61 0 0 116 15 74 111 65
Binary 11011110 11011111 110001 0 0 1001110 1101 111100 1001001 110101

Color Harmonies of #DEDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF31

Black with #DEDF31

Text Example


Text Example

White with #DEDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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