Html Css Color HEX #DFD541 Starship

📋 copy color: '#DFD541'

red 223 ◦ green 213 ◦ blue 65

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

Shades of Starship #DFD541

Tints of Starship #DFD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.97%

R = 44.51%
G = 42.51%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFD541 (or 0xDFD541) is known color: Starship. HEX triplet: DF, D5 and 41. RGB value is (223,213,65). Sum of RGB (Red+Green+Blue) = 223+213+65=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD541 is #202ABE. Grayscale: #C7C7C7. Windows color (decimal): -2108095 or 4314591. OLE color: 4314591.

HSL color Cylindrical-coordinate representation of color #DFD541: hue angle of 56.2º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFD541 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 213 65 -
CMYK 0 0.04 0.71 0.13
HSL 56.2º 0.71% 0.56% -
HSV(B) 56.2º 0.71% 0.87% -
XYZ 55.18 63.66 14.38 -
YUV 199.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 223 213 65 0 0.04 0.71 0.13 56.2 0.71 0.56
Hex DF D5 41 0 4 47 D 38 47 38
Octal 337 325 101 0 4 107 15 70 107 70
Binary 11011111 11010101 1000001 0 100 1000111 1101 111000 1000111 111000

Color Harmonies of #DFD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD541

Black with #DFD541

Text Example


Text Example

White with #DFD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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