Html Css Color HEX #DFD564 Goldenrod

📋 copy color: '#DFD564'

red 223 ◦ green 213 ◦ blue 100

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

Shades of Goldenrod #DFD564

Tints of Goldenrod #DFD564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 41.6%
G = 39.74%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFD564 (or 0xDFD564) is known color: Goldenrod. HEX triplet: DF, D5 and 64. RGB value is (223,213,100). Sum of RGB (Red+Green+Blue) = 223+213+100=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD564 is #202A9B. Grayscale: #CBCBCB. Windows color (decimal): -2108060 or 6608351. OLE color: 6608351.

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

Color convert

RGB 223 213 100 -
CMYK 0 0.04 0.55 0.13
HSL 55.12º 0.66% 0.63% -
HSV(B) 55.12º 0.55% 0.87% -
XYZ 56.53 64.2 21.47 -
YUV 203.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 223 213 100 0 0.04 0.55 0.13 55.12 0.66 0.63
Hex DF D5 64 0 4 37 D 37 42 3F
Octal 337 325 144 0 4 67 15 67 102 77
Binary 11011111 11010101 1100100 0 100 110111 1101 110111 1000010 111111

Color Harmonies of #DFD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD564

Black with #DFD564

Text Example


Text Example

White with #DFD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD564; }

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

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

background-color css

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

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

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

border-color css

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

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

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