Html Css Color HEX #DFD764 Goldenrod

📋 copy color: '#DFD764'

red 223 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #DFD764

Tints of Goldenrod #DFD764

RGB

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

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

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

R = 41.45%
G = 39.96%
B = 18.59%

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

#DFD764 (or 0xDFD764) is known color: Goldenrod. HEX triplet: DF, D7 and 64. RGB value is (223,215,100). Sum of RGB (Red+Green+Blue) = 223+215+100=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD764 is #20289B. Grayscale: #CCCCCC. Windows color (decimal): -2107548 or 6608863. OLE color: 6608863.

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

Color convert

RGB 223 215 100 -
CMYK 0 0.04 0.55 0.13
HSL 56.1º 0.66% 0.63% -
HSV(B) 56.1º 0.55% 0.87% -
XYZ 57.03 65.21 21.64 -
YUV 204.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 223 215 100 0 0.04 0.55 0.13 56.1 0.66 0.63
Hex DF D7 64 0 4 37 D 38 42 3F
Octal 337 327 144 0 4 67 15 70 102 77
Binary 11011111 11010111 1100100 0 100 110111 1101 111000 1000010 111111

Color Harmonies of #DFD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD764

Black with #DFD764

Text Example


Text Example

White with #DFD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD764; }

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

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

background-color css

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

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

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

border-color css

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

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

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