Html Css Color HEX #DDDB7C Goldenrod

📋 copy color: '#DDDB7C'

red 221 ◦ green 219 ◦ blue 124

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

Shades of Goldenrod #DDDB7C

Tints of Goldenrod #DDDB7C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.83%

 BLUE value IS 124 (48.83% from 255) = 21.99%

R = 39.18%
G = 38.83%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDDB7C (or 0xDDDB7C) is known color: Goldenrod. HEX triplet: DD, DB and 7C. RGB value is (221,219,124). Sum of RGB (Red+Green+Blue) = 221+219+124=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB7C is #222483. Grayscale: #D1D1D1. Windows color (decimal): -2237572 or 8182749. OLE color: 8182749.

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

Color convert

RGB 221 219 124 -
CMYK 0 0.01 0.44 0.13
HSL 58.76º 0.59% 0.68% -
HSV(B) 58.76º 0.44% 0.87% -
XYZ 58.79 67.49 29 -
YUV 208.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 221 219 124 0 0.01 0.44 0.13 58.76 0.59 0.68
Hex DD DB 7C 0 1 2C D 3B 3B 44
Octal 335 333 174 0 1 54 15 73 73 104
Binary 11011101 11011011 1111100 0 1 101100 1101 111011 111011 1000100

Color Harmonies of #DDDB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB7C

Black with #DDDB7C

Text Example


Text Example

White with #DDDB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB7C; }

 p { color: rgb(221,219,124); }

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

background-color css

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

 a { background-color: rgb(221,219,124); }

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

border-color css

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

 span { border-color: rgb(221,219,124); }

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