Html Css Color HEX #DDDB7F Goldenrod

📋 copy color: '#DDDB7F'

red 221 ◦ green 219 ◦ blue 127

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

Shades of Goldenrod #DDDB7F

Tints of Goldenrod #DDDB7F

RGB

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

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

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

R = 38.98%
G = 38.62%
B = 22.4%

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

#DDDB7F (or 0xDDDB7F) is known color: Goldenrod. HEX triplet: DD, DB and 7F. RGB value is (221,219,127). Sum of RGB (Red+Green+Blue) = 221+219+127=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB7F is #222480. Grayscale: #D1D1D1. Windows color (decimal): -2237569 or 8379357. OLE color: 8379357.

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

Color convert

RGB 221 219 127 -
CMYK 0 0.01 0.43 0.13
HSL 58.72º 0.58% 0.68% -
HSV(B) 58.72º 0.43% 0.87% -
XYZ 58.98 67.57 30.01 -
YUV 209.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 221 219 127 0 0.01 0.43 0.13 58.72 0.58 0.68
Hex DD DB 7F 0 1 2B D 3B 3A 44
Octal 335 333 177 0 1 53 15 73 72 104
Binary 11011101 11011011 1111111 0 1 101011 1101 111011 111010 1000100

Color Harmonies of #DDDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB7F

Black with #DDDB7F

Text Example


Text Example

White with #DDDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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