Html Css Color HEX #DFD966 Goldenrod

📋 copy color: '#DFD966'

red 223 ◦ green 217 ◦ blue 102

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

Shades of Goldenrod #DFD966

Tints of Goldenrod #DFD966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.82%

R = 41.14%
G = 40.04%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFD966 (or 0xDFD966) is known color: Goldenrod. HEX triplet: DF, D9 and 66. RGB value is (223,217,102). Sum of RGB (Red+Green+Blue) = 223+217+102=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD966 is #202699. Grayscale: #CECECE. Windows color (decimal): -2107034 or 6740447. OLE color: 6740447.

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

Color convert

RGB 223 217 102 -
CMYK 0 0.03 0.54 0.13
HSL 57.02º 0.65% 0.64% -
HSV(B) 57.02º 0.54% 0.87% -
XYZ 57.64 66.27 22.32 -
YUV 205.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 223 217 102 0 0.03 0.54 0.13 57.02 0.65 0.64
Hex DF D9 66 0 3 36 D 39 41 40
Octal 337 331 146 0 3 66 15 71 101 100
Binary 11011111 11011001 1100110 0 11 110110 1101 111001 1000001 1000000

Color Harmonies of #DFD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD966

Black with #DFD966

Text Example


Text Example

White with #DFD966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD966; }

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

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

background-color css

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

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

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

border-color css

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

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

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