Html Css Color HEX #DFD975 Goldenrod

📋 copy color: '#DFD975'

red 223 ◦ green 217 ◦ blue 117

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

Shades of Goldenrod #DFD975

Tints of Goldenrod #DFD975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 40.04%
G = 38.96%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFD975 (or 0xDFD975) is known color: Goldenrod. HEX triplet: DF, D9 and 75. RGB value is (223,217,117). Sum of RGB (Red+Green+Blue) = 223+217+117=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD975 is #20268A. Grayscale: #CFCFCF. Windows color (decimal): -2107019 or 7723487. OLE color: 7723487.

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

Color convert

RGB 223 217 117 -
CMYK 0 0.03 0.48 0.13
HSL 56.6º 0.62% 0.67% -
HSV(B) 56.6º 0.48% 0.87% -
XYZ 58.46 66.6 26.6 -
YUV 207.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 223 217 117 0 0.03 0.48 0.13 56.6 0.62 0.67
Hex DF D9 75 0 3 30 D 39 3E 43
Octal 337 331 165 0 3 60 15 71 76 103
Binary 11011111 11011001 1110101 0 11 110000 1101 111001 111110 1000011

Color Harmonies of #DFD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD975

Black with #DFD975

Text Example


Text Example

White with #DFD975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD975; }

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

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

background-color css

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

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

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

border-color css

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

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

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