Html Css Color HEX #DFD96F Goldenrod

📋 copy color: '#DFD96F'

red 223 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #DFD96F

Tints of Goldenrod #DFD96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.38%

 BLUE value IS 111 (43.75% from 255) = 20.15%

R = 40.47%
G = 39.38%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFD96F (or 0xDFD96F) is known color: Goldenrod. HEX triplet: DF, D9 and 6F. RGB value is (223,217,111). Sum of RGB (Red+Green+Blue) = 223+217+111=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD96F is #202690. Grayscale: #CFCFCF. Windows color (decimal): -2107025 or 7330271. OLE color: 7330271.

HSL color Cylindrical-coordinate representation of color #DFD96F: hue angle of 56.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFD96F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 111 -
CMYK 0 0.03 0.50 0.13
HSL 56.79º 0.64% 0.65% -
HSV(B) 56.79º 0.5% 0.87% -
XYZ 58.11 66.46 24.8 -
YUV 206.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 223 217 111 0 0.03 0.50 0.13 56.79 0.64 0.65
Hex DF D9 6F 0 3 32 D 39 40 41
Octal 337 331 157 0 3 62 15 71 100 101
Binary 11011111 11011001 1101111 0 11 110010 1101 111001 1000000 1000001

Color Harmonies of #DFD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD96F

Black with #DFD96F

Text Example


Text Example

White with #DFD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD96F; }

 p { color: rgb(223,217,111); }

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

background-color css

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

 a { background-color: rgb(223,217,111); }

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

border-color css

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

 span { border-color: rgb(223,217,111); }

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