Html Css Color HEX #DFDF65 Goldenrod

📋 copy color: '#DFDF65'

red 223 ◦ green 223 ◦ blue 101

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

Shades of Goldenrod #DFDF65

Tints of Goldenrod #DFDF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 40.77%
G = 40.77%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFDF65 (or 0xDFDF65) is known color: Goldenrod. HEX triplet: DF, DF and 65. RGB value is (223,223,101). Sum of RGB (Red+Green+Blue) = 223+223+101=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF65 is #20209A. Grayscale: #D1D1D1. Windows color (decimal): -2105499 or 6676447. OLE color: 6676447.

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

Color convert

RGB 223 223 101 -
CMYK 0 0 0.55 0.13
HSL 60º 0.66% 0.64% -
HSV(B) 60º 0.55% 0.87% -
XYZ 59.17 69.4 22.59 -
YUV 209.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 223 223 101 0 0 0.55 0.13 60 0.66 0.64
Hex DF DF 65 0 0 37 D 3C 42 40
Octal 337 337 145 0 0 67 15 74 102 100
Binary 11011111 11011111 1100101 0 0 110111 1101 111100 1000010 1000000

Color Harmonies of #DFDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF65

Black with #DFDF65

Text Example


Text Example

White with #DFDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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