Html Css Color HEX #DFD640 Starship

📋 copy color: '#DFD640'

red 223 ◦ green 214 ◦ blue 64

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

Shades of Starship #DFD640

Tints of Starship #DFD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

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

R = 44.51%
G = 42.71%
B = 12.77%

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

#DFD640 (or 0xDFD640) is known color: Starship. HEX triplet: DF, D6 and 40. RGB value is (223,214,64). Sum of RGB (Red+Green+Blue) = 223+214+64=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD640 is #2029BF. Grayscale: #C8C8C8. Windows color (decimal): -2107840 or 4249311. OLE color: 4249311.

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

Color convert

RGB 223 214 64 -
CMYK 0 0.04 0.71 0.13
HSL 56.6º 0.71% 0.56% -
HSV(B) 56.6º 0.71% 0.87% -
XYZ 55.4 64.15 14.31 -
YUV 199.59 51.48 144.7 -
System Red Green Blue C M Y K H S L
Decimal 223 214 64 0 0.04 0.71 0.13 56.6 0.71 0.56
Hex DF D6 40 0 4 47 D 39 47 38
Octal 337 326 100 0 4 107 15 71 107 70
Binary 11011111 11010110 1000000 0 100 1000111 1101 111001 1000111 111000

Color Harmonies of #DFD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD640

Black with #DFD640

Text Example


Text Example

White with #DFD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD640; }

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

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

background-color css

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

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

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

border-color css

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

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

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