#DFDF75

Color #DFDF75 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DFDF75

Tints of Goldenrod #DFDF75

Color information

#DFDF75 (or 0xDFDF75) is unknown color: approx Goldenrod. HEX triplet: DF, DF and 75. RGB value is (223,223,117). Sum of RGB (Red+Green+Blue) = 223+223+117=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF75 is #20208A. Grayscale: #D3D3D3. Windows color (decimal): -2105483 or 7725023. OLE color: 7725023.

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

Color convert

RGB223223117-
CMYK000.480.13
HSL60º62.35%66.67%-
HSV(B)60º47.53%87.45%-
XYZ60.0369.7527.13-
YUV210.9275136.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 117 (46.09% from 255) = 20.78%
R=39.61%
G=39.61%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223117000.480.136062.3566.67
HexDFDF750030D3c3e43
Octal3373371650060157476103
Binary110111111101111111101010011000011011111001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDF75; }

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

 H1.HeaderClassName
 {
   color: #DFDF75;
 }
 .AnyTagClassName
 {
   color: #DFDF75;
 }
</style>
background-color css

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

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

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

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

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

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