Html Css Color HEX #DFD740 Starship

📋 copy color: '#DFD740'

red 223 ◦ green 215 ◦ blue 64

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

Shades of Starship #DFD740

Tints of Starship #DFD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

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

R = 44.42%
G = 42.83%
B = 12.75%

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

#DFD740 (or 0xDFD740) is known color: Starship. HEX triplet: DF, D7 and 40. RGB value is (223,215,64). Sum of RGB (Red+Green+Blue) = 223+215+64=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD740 is #2028BF. Grayscale: #C8C8C8. Windows color (decimal): -2107584 or 4249567. OLE color: 4249567.

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

Color convert

RGB 223 215 64 -
CMYK 0 0.04 0.71 0.13
HSL 56.98º 0.71% 0.56% -
HSV(B) 56.98º 0.71% 0.87% -
XYZ 55.66 64.66 14.4 -
YUV 200.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 223 215 64 0 0.04 0.71 0.13 56.98 0.71 0.56
Hex DF D7 40 0 4 47 D 39 47 38
Octal 337 327 100 0 4 107 15 71 107 70
Binary 11011111 11010111 1000000 0 100 1000111 1101 111001 1000111 111000

Color Harmonies of #DFD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD740

Black with #DFD740

Text Example


Text Example

White with #DFD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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