Html Css Color HEX #DFDF71 Goldenrod

📋 copy color: '#DFDF71'

red 223 ◦ green 223 ◦ blue 113

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

Shades of Goldenrod #DFDF71

Tints of Goldenrod #DFDF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.21%

R = 39.89%
G = 39.89%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFDF71 (or 0xDFDF71) is known color: Goldenrod. HEX triplet: DF, DF and 71. RGB value is (223,223,113). Sum of RGB (Red+Green+Blue) = 223+223+113=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF71 is #20208E. Grayscale: #D2D2D2. Windows color (decimal): -2105487 or 7462879. OLE color: 7462879.

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

Color convert

RGB 223 223 113 -
CMYK 0 0 0.49 0.13
HSL 60º 0.63% 0.66% -
HSV(B) 60º 0.49% 0.87% -
XYZ 59.8 69.66 25.92 -
YUV 210.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 223 223 113 0 0 0.49 0.13 60 0.63 0.66
Hex DF DF 71 0 0 31 D 3C 3F 42
Octal 337 337 161 0 0 61 15 74 77 102
Binary 11011111 11011111 1110001 0 0 110001 1101 111100 111111 1000010

Color Harmonies of #DFDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF71

Black with #DFDF71

Text Example


Text Example

White with #DFDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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