Html Css Color HEX #DFD76A Goldenrod

📋 copy color: '#DFD76A'

red 223 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #DFD76A

Tints of Goldenrod #DFD76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.49%

R = 40.99%
G = 39.52%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFD76A (or 0xDFD76A) is known color: Goldenrod. HEX triplet: DF, D7 and 6A. RGB value is (223,215,106). Sum of RGB (Red+Green+Blue) = 223+215+106=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD76A is #202895. Grayscale: #CDCDCD. Windows color (decimal): -2107542 or 7002079. OLE color: 7002079.

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

Color convert

RGB 223 215 106 -
CMYK 0 0.04 0.52 0.13
HSL 55.9º 0.65% 0.65% -
HSV(B) 55.9º 0.52% 0.87% -
XYZ 57.33 65.33 23.22 -
YUV 204.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 223 215 106 0 0.04 0.52 0.13 55.9 0.65 0.65
Hex DF D7 6A 0 4 34 D 38 41 41
Octal 337 327 152 0 4 64 15 70 101 101
Binary 11011111 11010111 1101010 0 100 110100 1101 111000 1000001 1000001

Color Harmonies of #DFD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD76A

Black with #DFD76A

Text Example


Text Example

White with #DFD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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