Html Css Color HEX #DDDB72 Goldenrod

📋 copy color: '#DDDB72'

red 221 ◦ green 219 ◦ blue 114

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

Shades of Goldenrod #DDDB72

Tints of Goldenrod #DDDB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.58%

R = 39.89%
G = 39.53%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDDB72 (or 0xDDDB72) is known color: Goldenrod. HEX triplet: DD, DB and 72. RGB value is (221,219,114). Sum of RGB (Red+Green+Blue) = 221+219+114=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB72 is #22248D. Grayscale: #D0D0D0. Windows color (decimal): -2237582 or 7527389. OLE color: 7527389.

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

Color convert

RGB 221 219 114 -
CMYK 0 0.01 0.48 0.13
HSL 58.88º 0.61% 0.66% -
HSV(B) 58.88º 0.48% 0.87% -
XYZ 58.19 67.25 25.83 -
YUV 207.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 221 219 114 0 0.01 0.48 0.13 58.88 0.61 0.66
Hex DD DB 72 0 1 30 D 3B 3D 42
Octal 335 333 162 0 1 60 15 73 75 102
Binary 11011101 11011011 1110010 0 1 110000 1101 111011 111101 1000010

Color Harmonies of #DDDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB72

Black with #DDDB72

Text Example


Text Example

White with #DDDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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