Html Css Color HEX #DDDA73 Goldenrod

📋 copy color: '#DDDA73'

red 221 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #DDDA73

Tints of Goldenrod #DDDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.76%

R = 39.89%
G = 39.35%
B = 20.76%

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

#DDDA73 (or 0xDDDA73) is known color: Goldenrod. HEX triplet: DD, DA and 73. RGB value is (221,218,115). Sum of RGB (Red+Green+Blue) = 221+218+115=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA73 is #22258C. Grayscale: #CFCFCF. Windows color (decimal): -2237837 or 7592669. OLE color: 7592669.

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

Color convert

RGB 221 218 115 -
CMYK 0 0.01 0.48 0.13
HSL 58.3º 0.61% 0.66% -
HSV(B) 58.3º 0.48% 0.87% -
XYZ 57.98 66.75 26.05 -
YUV 207.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 221 218 115 0 0.01 0.48 0.13 58.3 0.61 0.66
Hex DD DA 73 0 1 30 D 3A 3D 42
Octal 335 332 163 0 1 60 15 72 75 102
Binary 11011101 11011010 1110011 0 1 110000 1101 111010 111101 1000010

Color Harmonies of #DDDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA73

Black with #DDDA73

Text Example


Text Example

White with #DDDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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