Html Css Color HEX #DFD331 Starship

📋 copy color: '#DFD331'

red 223 ◦ green 211 ◦ blue 49

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

Shades of Starship #DFD331

Tints of Starship #DFD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.69%

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

R = 46.17%
G = 43.69%
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

#DFD331 (or 0xDFD331) is known color: Starship. HEX triplet: DF, D3 and 31. RGB value is (223,211,49). Sum of RGB (Red+Green+Blue) = 223+211+49=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD331 is #202CCE. Grayscale: #C4C4C4. Windows color (decimal): -2108623 or 3265503. OLE color: 3265503.

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

Color convert

RGB 223 211 49 -
CMYK 0 0.05 0.78 0.13
HSL 55.86º 0.73% 0.53% -
HSV(B) 55.86º 0.78% 0.87% -
XYZ 54.28 62.5 12.11 -
YUV 196.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 223 211 49 0 0.05 0.78 0.13 55.86 0.73 0.53
Hex DF D3 31 0 5 4E D 38 49 35
Octal 337 323 61 0 5 116 15 70 111 65
Binary 11011111 11010011 110001 0 101 1001110 1101 111000 1001001 110101

Color Harmonies of #DFD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD331

Black with #DFD331

Text Example


Text Example

White with #DFD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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