Html Css Color HEX #DFD531 Starship

📋 copy color: '#DFD531'

red 223 ◦ green 213 ◦ blue 49

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

Shades of Starship #DFD531

Tints of Starship #DFD531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

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

R = 45.98%
G = 43.92%
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

#DFD531 (or 0xDFD531) is known color: Starship. HEX triplet: DF, D5 and 31. RGB value is (223,213,49). Sum of RGB (Red+Green+Blue) = 223+213+49=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD531 is #202ACE. Grayscale: #C5C5C5. Windows color (decimal): -2108111 or 3266015. OLE color: 3266015.

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

Color convert

RGB 223 213 49 -
CMYK 0 0.04 0.78 0.13
HSL 56.55º 0.73% 0.53% -
HSV(B) 56.55º 0.78% 0.87% -
XYZ 54.78 63.5 12.27 -
YUV 197.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 223 213 49 0 0.04 0.78 0.13 56.55 0.73 0.53
Hex DF D5 31 0 4 4E D 39 49 35
Octal 337 325 61 0 4 116 15 71 111 65
Binary 11011111 11010101 110001 0 100 1001110 1101 111001 1001001 110101

Color Harmonies of #DFD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD531

Black with #DFD531

Text Example


Text Example

White with #DFD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD531; }

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

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

background-color css

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

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

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

border-color css

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

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

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