Html Css Color HEX #DDDC7F Goldenrod

📋 copy color: '#DDDC7F'

red 221 ◦ green 220 ◦ blue 127

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

Shades of Goldenrod #DDDC7F

Tints of Goldenrod #DDDC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

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

R = 38.91%
G = 38.73%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDDC7F (or 0xDDDC7F) is known color: Goldenrod. HEX triplet: DD, DC and 7F. RGB value is (221,220,127). Sum of RGB (Red+Green+Blue) = 221+220+127=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC7F is #222380. Grayscale: #D2D2D2. Windows color (decimal): -2237313 or 8379613. OLE color: 8379613.

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

Color convert

RGB 221 220 127 -
CMYK 0 0.00 0.43 0.13
HSL 59.36º 0.58% 0.68% -
HSV(B) 59.36º 0.43% 0.87% -
XYZ 59.24 68.09 30.1 -
YUV 209.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 221 220 127 0 0.00 0.43 0.13 59.36 0.58 0.68
Hex DD DC 7F 0 0 2B D 3B 3A 44
Octal 335 334 177 0 0 53 15 73 72 104
Binary 11011101 11011100 1111111 0 0 101011 1101 111011 111010 1000100

Color Harmonies of #DDDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC7F

Black with #DDDC7F

Text Example


Text Example

White with #DDDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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