Html Css Color HEX #DDDB74 Goldenrod

📋 copy color: '#DDDB74'

red 221 ◦ green 219 ◦ blue 116

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

Shades of Goldenrod #DDDB74

Tints of Goldenrod #DDDB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.86%

R = 39.75%
G = 39.39%
B = 20.86%

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

#DDDB74 (or 0xDDDB74) is known color: Goldenrod. HEX triplet: DD, DB and 74. RGB value is (221,219,116). Sum of RGB (Red+Green+Blue) = 221+219+116=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB74 is #22248B. Grayscale: #D0D0D0. Windows color (decimal): -2237580 or 7658461. OLE color: 7658461.

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

Color convert

RGB 221 219 116 -
CMYK 0 0.01 0.48 0.13
HSL 58.86º 0.61% 0.66% -
HSV(B) 58.86º 0.48% 0.87% -
XYZ 58.3 67.3 26.44 -
YUV 207.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 221 219 116 0 0.01 0.48 0.13 58.86 0.61 0.66
Hex DD DB 74 0 1 30 D 3B 3D 42
Octal 335 333 164 0 1 60 15 73 75 102
Binary 11011101 11011011 1110100 0 1 110000 1101 111011 111101 1000010

Color Harmonies of #DDDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB74

Black with #DDDB74

Text Example


Text Example

White with #DDDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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