Html Css Color HEX #DFDA74 Goldenrod

📋 copy color: '#DFDA74'

red 223 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #DFDA74

Tints of Goldenrod #DFDA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.14%

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 40.04%
G = 39.14%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFDA74 (or 0xDFDA74) is known color: Goldenrod. HEX triplet: DF, DA and 74. RGB value is (223,218,116). Sum of RGB (Red+Green+Blue) = 223+218+116=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA74 is #20258B. Grayscale: #D0D0D0. Windows color (decimal): -2106764 or 7658207. OLE color: 7658207.

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

Color convert

RGB 223 218 116 -
CMYK 0 0.02 0.48 0.13
HSL 57.2º 0.63% 0.66% -
HSV(B) 57.2º 0.48% 0.87% -
XYZ 58.66 67.09 26.38 -
YUV 207.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 223 218 116 0 0.02 0.48 0.13 57.2 0.63 0.66
Hex DF DA 74 0 2 30 D 39 3F 42
Octal 337 332 164 0 2 60 15 71 77 102
Binary 11011111 11011010 1110100 0 10 110000 1101 111001 111111 1000010

Color Harmonies of #DFDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA74

Black with #DFDA74

Text Example


Text Example

White with #DFDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA74; }

 p { color: rgb(223,218,116); }

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

background-color css

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

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

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

border-color css

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

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

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