Html Css Color HEX #DFD131 Starship

📋 copy color: '#DFD131'

red 223 ◦ green 209 ◦ blue 49

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

Shades of Starship #DFD131

Tints of Starship #DFD131

RGB

 RED value IS 223 (87.5% from 255) = 46.36%

 GREEN value IS 209 (82.03% from 255) = 43.45%

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

R = 46.36%
G = 43.45%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFD131 (or 0xDFD131) is known color: Starship. HEX triplet: DF, D1 and 31. RGB value is (223,209,49). Sum of RGB (Red+Green+Blue) = 223+209+49=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD131 is #202ECE. Grayscale: #C3C3C3. Windows color (decimal): -2109135 or 3264991. OLE color: 3264991.

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

Color convert

RGB 223 209 49 -
CMYK 0 0.06 0.78 0.13
HSL 55.17º 0.73% 0.53% -
HSV(B) 55.17º 0.78% 0.87% -
XYZ 53.79 61.51 11.94 -
YUV 194.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 223 209 49 0 0.06 0.78 0.13 55.17 0.73 0.53
Hex DF D1 31 0 6 4E D 37 49 35
Octal 337 321 61 0 6 116 15 67 111 65
Binary 11011111 11010001 110001 0 110 1001110 1101 110111 1001001 110101

Color Harmonies of #DFD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD131

Black with #DFD131

Text Example


Text Example

White with #DFD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD131; }

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

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

background-color css

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

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

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

border-color css

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

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

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