Html Css Color HEX #DDDB7B Goldenrod

📋 copy color: '#DDDB7B'

red 221 ◦ green 219 ◦ blue 123

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

Shades of Goldenrod #DDDB7B

Tints of Goldenrod #DDDB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.85%

R = 39.25%
G = 38.9%
B = 21.85%

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

#DDDB7B (or 0xDDDB7B) is known color: Goldenrod. HEX triplet: DD, DB and 7B. RGB value is (221,219,123). Sum of RGB (Red+Green+Blue) = 221+219+123=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB7B is #222484. Grayscale: #D1D1D1. Windows color (decimal): -2237573 or 8117213. OLE color: 8117213.

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

Color convert

RGB 221 219 123 -
CMYK 0 0.01 0.44 0.13
HSL 58.78º 0.59% 0.67% -
HSV(B) 58.78º 0.44% 0.87% -
XYZ 58.73 67.47 28.67 -
YUV 208.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 221 219 123 0 0.01 0.44 0.13 58.78 0.59 0.67
Hex DD DB 7B 0 1 2C D 3B 3B 43
Octal 335 333 173 0 1 54 15 73 73 103
Binary 11011101 11011011 1111011 0 1 101100 1101 111011 111011 1000011

Color Harmonies of #DDDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB7B

Black with #DDDB7B

Text Example


Text Example

White with #DDDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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