Html Css Color HEX #DFD765 Goldenrod

📋 copy color: '#DFD765'

red 223 ◦ green 215 ◦ blue 101

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

Shades of Goldenrod #DFD765

Tints of Goldenrod #DFD765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

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

R = 41.37%
G = 39.89%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFD765 (or 0xDFD765) is known color: Goldenrod. HEX triplet: DF, D7 and 65. RGB value is (223,215,101). Sum of RGB (Red+Green+Blue) = 223+215+101=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD765 is #20289A. Grayscale: #CCCCCC. Windows color (decimal): -2107547 or 6674399. OLE color: 6674399.

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

Color convert

RGB 223 215 101 -
CMYK 0 0.04 0.55 0.13
HSL 56.07º 0.66% 0.64% -
HSV(B) 56.07º 0.55% 0.87% -
XYZ 57.08 65.23 21.89 -
YUV 204.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 223 215 101 0 0.04 0.55 0.13 56.07 0.66 0.64
Hex DF D7 65 0 4 37 D 38 42 40
Octal 337 327 145 0 4 67 15 70 102 100
Binary 11011111 11010111 1100101 0 100 110111 1101 111000 1000010 1000000

Color Harmonies of #DFD765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD765

Black with #DFD765

Text Example


Text Example

White with #DFD765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD765; }

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

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

background-color css

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

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

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

border-color css

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

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

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