Html Css Color HEX #DFD540 Starship

📋 copy color: '#DFD540'

red 223 ◦ green 213 ◦ blue 64

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

Shades of Starship #DFD540

Tints of Starship #DFD540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.8%

R = 44.6%
G = 42.6%
B = 12.8%

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

#DFD540 (or 0xDFD540) is known color: Starship. HEX triplet: DF, D5 and 40. RGB value is (223,213,64). Sum of RGB (Red+Green+Blue) = 223+213+64=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD540 is #202ABF. Grayscale: #C7C7C7. Windows color (decimal): -2108096 or 4249055. OLE color: 4249055.

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

Color convert

RGB 223 213 64 -
CMYK 0 0.04 0.71 0.13
HSL 56.23º 0.71% 0.56% -
HSV(B) 56.23º 0.71% 0.87% -
XYZ 55.15 63.65 14.23 -
YUV 199 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 223 213 64 0 0.04 0.71 0.13 56.23 0.71 0.56
Hex DF D5 40 0 4 47 D 38 47 38
Octal 337 325 100 0 4 107 15 70 107 70
Binary 11011111 11010101 1000000 0 100 1000111 1101 111000 1000111 111000

Color Harmonies of #DFD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD540

Black with #DFD540

Text Example


Text Example

White with #DFD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD540; }

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

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

background-color css

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

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

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

border-color css

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

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

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