Html Css Color HEX #DDDE73 Goldenrod

📋 copy color: '#DDDE73'

red 221 ◦ green 222 ◦ blue 115

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

Shades of Goldenrod #DDDE73

Tints of Goldenrod #DDDE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.78%

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

R = 39.61%
G = 39.78%
B = 20.61%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDDE73 (or 0xDDDE73) is known color: Goldenrod. HEX triplet: DD, DE and 73. RGB value is (221,222,115). Sum of RGB (Red+Green+Blue) = 221+222+115=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE73 is #22218C. Grayscale: #D1D1D1. Windows color (decimal): -2236813 or 7593693. OLE color: 7593693.

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

Color convert

RGB 221 222 115 -
CMYK 0.00 0 0.48 0.13
HSL 60.56º 0.62% 0.66% -
HSV(B) 60.56º 0.48% 0.87% -
XYZ 59.03 68.85 26.4 -
YUV 209.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 221 222 115 0.00 0 0.48 0.13 60.56 0.62 0.66
Hex DD DE 73 0 0 30 D 3D 3E 42
Octal 335 336 163 0 0 60 15 75 76 102
Binary 11011101 11011110 1110011 0 0 110000 1101 111101 111110 1000010

Color Harmonies of #DDDE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE73

Black with #DDDE73

Text Example


Text Example

White with #DDDE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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