Html Css Color HEX #DDDA7E Goldenrod

📋 copy color: '#DDDA7E'

red 221 ◦ green 218 ◦ blue 126

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

Shades of Goldenrod #DDDA7E

Tints of Goldenrod #DDDA7E

RGB

 RED value IS 221 (86.72% from 255) = 39.12%

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

 BLUE value IS 126 (49.61% from 255) = 22.3%

R = 39.12%
G = 38.58%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDDA7E (or 0xDDDA7E) is known color: Goldenrod. HEX triplet: DD, DA and 7E. RGB value is (221,218,126). Sum of RGB (Red+Green+Blue) = 221+218+126=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA7E is #222581. Grayscale: #D0D0D0. Windows color (decimal): -2237826 or 8313565. OLE color: 8313565.

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

Color convert

RGB 221 218 126 -
CMYK 0 0.01 0.43 0.13
HSL 58.11º 0.58% 0.68% -
HSV(B) 58.11º 0.43% 0.87% -
XYZ 58.66 67.02 29.58 -
YUV 208.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 221 218 126 0 0.01 0.43 0.13 58.11 0.58 0.68
Hex DD DA 7E 0 1 2B D 3A 3A 44
Octal 335 332 176 0 1 53 15 72 72 104
Binary 11011101 11011010 1111110 0 1 101011 1101 111010 111010 1000100

Color Harmonies of #DDDA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA7E

Black with #DDDA7E

Text Example


Text Example

White with #DDDA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA7E; }

 p { color: rgb(221,218,126); }

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

background-color css

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

 a { background-color: rgb(221,218,126); }

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

border-color css

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

 span { border-color: rgb(221,218,126); }

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