Html Css Color HEX #DFDA70 Goldenrod

📋 copy color: '#DFDA70'

red 223 ◦ green 218 ◦ blue 112

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

Shades of Goldenrod #DFDA70

Tints of Goldenrod #DFDA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.25%

R = 40.33%
G = 39.42%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFDA70 (or 0xDFDA70) is known color: Goldenrod. HEX triplet: DF, DA and 70. RGB value is (223,218,112). Sum of RGB (Red+Green+Blue) = 223+218+112=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA70 is #20258F. Grayscale: #CFCFCF. Windows color (decimal): -2106768 or 7396063. OLE color: 7396063.

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

Color convert

RGB 223 218 112 -
CMYK 0 0.02 0.50 0.13
HSL 57.3º 0.63% 0.66% -
HSV(B) 57.3º 0.5% 0.87% -
XYZ 58.43 67 25.18 -
YUV 207.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 223 218 112 0 0.02 0.50 0.13 57.3 0.63 0.66
Hex DF DA 70 0 2 32 D 39 3F 42
Octal 337 332 160 0 2 62 15 71 77 102
Binary 11011111 11011010 1110000 0 10 110010 1101 111001 111111 1000010

Color Harmonies of #DFDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA70

Black with #DFDA70

Text Example


Text Example

White with #DFDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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