Html Css Color HEX #DFDD7A Goldenrod

📋 copy color: '#DFDD7A'

red 223 ◦ green 221 ◦ blue 122

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

Shades of Goldenrod #DFDD7A

Tints of Goldenrod #DFDD7A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.05%

 BLUE value IS 122 (48.05% from 255) = 21.55%

R = 39.4%
G = 39.05%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFDD7A (or 0xDFDD7A) is known color: Goldenrod. HEX triplet: DF, DD and 7A. RGB value is (223,221,122). Sum of RGB (Red+Green+Blue) = 223+221+122=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD7A is #202285. Grayscale: #D2D2D2. Windows color (decimal): -2105990 or 8052191. OLE color: 8052191.

HSL color Cylindrical-coordinate representation of color #DFDD7A: hue angle of 58.81º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFDD7A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 122 -
CMYK 0 0.01 0.45 0.13
HSL 58.81º 0.61% 0.68% -
HSV(B) 58.81º 0.45% 0.87% -
XYZ 59.8 68.81 28.54 -
YUV 210.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 223 221 122 0 0.01 0.45 0.13 58.81 0.61 0.68
Hex DF DD 7A 0 1 2D D 3B 3D 44
Octal 337 335 172 0 1 55 15 73 75 104
Binary 11011111 11011101 1111010 0 1 101101 1101 111011 111101 1000100

Color Harmonies of #DFDD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD7A

Black with #DFDD7A

Text Example


Text Example

White with #DFDD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD7A; }

 p { color: rgb(223,221,122); }

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

background-color css

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

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

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

border-color css

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

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

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