Html Css Color HEX #DFDF7D Goldenrod

📋 copy color: '#DFDF7D'

red 223 ◦ green 223 ◦ blue 125

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

Shades of Goldenrod #DFDF7D

Tints of Goldenrod #DFDF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.05%

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 39.05%
G = 39.05%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFDF7D (or 0xDFDF7D) is known color: Goldenrod. HEX triplet: DF, DF and 7D. RGB value is (223,223,125). Sum of RGB (Red+Green+Blue) = 223+223+125=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF7D is #202082. Grayscale: #D4D4D4. Windows color (decimal): -2105475 or 8249311. OLE color: 8249311.

HSL color Cylindrical-coordinate representation of color #DFDF7D: hue angle of 60º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFDF7D is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 223 125 -
CMYK 0 0 0.44 0.13
HSL 60º 0.6% 0.68% -
HSV(B) 60º 0.44% 0.87% -
XYZ 60.52 69.94 29.71 -
YUV 211.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 223 223 125 0 0 0.44 0.13 60 0.6 0.68
Hex DF DF 7D 0 0 2C D 3C 3C 44
Octal 337 337 175 0 0 54 15 74 74 104
Binary 11011111 11011111 1111101 0 0 101100 1101 111100 111100 1000100

Color Harmonies of #DFDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF7D

Black with #DFDF7D

Text Example


Text Example

White with #DFDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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