Html Css Color HEX #DDDA74 Goldenrod

📋 copy color: '#DDDA74'

red 221 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #DDDA74

Tints of Goldenrod #DDDA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.28%

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

R = 39.82%
G = 39.28%
B = 20.9%

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

#DDDA74 (or 0xDDDA74) is known color: Goldenrod. HEX triplet: DD, DA and 74. RGB value is (221,218,116). Sum of RGB (Red+Green+Blue) = 221+218+116=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA74 is #22258B. Grayscale: #CFCFCF. Windows color (decimal): -2237836 or 7658205. OLE color: 7658205.

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

Color convert

RGB 221 218 116 -
CMYK 0 0.01 0.48 0.13
HSL 58.29º 0.61% 0.66% -
HSV(B) 58.29º 0.48% 0.87% -
XYZ 58.04 66.78 26.35 -
YUV 207.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 221 218 116 0 0.01 0.48 0.13 58.29 0.61 0.66
Hex DD DA 74 0 1 30 D 3A 3D 42
Octal 335 332 164 0 1 60 15 72 75 102
Binary 11011101 11011010 1110100 0 1 110000 1101 111010 111101 1000010

Color Harmonies of #DDDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA74

Black with #DDDA74

Text Example


Text Example

White with #DDDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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