Html Css Color HEX #DDDA7F Goldenrod

📋 copy color: '#DDDA7F'

red 221 ◦ green 218 ◦ blue 127

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

Shades of Goldenrod #DDDA7F

Tints of Goldenrod #DDDA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.44%

R = 39.05%
G = 38.52%
B = 22.44%

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

#DDDA7F (or 0xDDDA7F) is known color: Goldenrod. HEX triplet: DD, DA and 7F. RGB value is (221,218,127). Sum of RGB (Red+Green+Blue) = 221+218+127=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA7F is #222580. Grayscale: #D0D0D0. Windows color (decimal): -2237825 or 8379101. OLE color: 8379101.

HSL color Cylindrical-coordinate representation of color #DDDA7F: hue angle of 58.09º 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 #DDDA7F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 127 -
CMYK 0 0.01 0.43 0.13
HSL 58.09º 0.58% 0.68% -
HSV(B) 58.09º 0.43% 0.87% -
XYZ 58.72 67.05 29.93 -
YUV 208.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 221 218 127 0 0.01 0.43 0.13 58.09 0.58 0.68
Hex DD DA 7F 0 1 2B D 3A 3A 44
Octal 335 332 177 0 1 53 15 72 72 104
Binary 11011101 11011010 1111111 0 1 101011 1101 111010 111010 1000100

Color Harmonies of #DDDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA7F

Black with #DDDA7F

Text Example


Text Example

White with #DDDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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