Html Css Color HEX #DDDE6F Goldenrod

📋 copy color: '#DDDE6F'

red 221 ◦ green 222 ◦ blue 111

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

Shades of Goldenrod #DDDE6F

Tints of Goldenrod #DDDE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.04%

R = 39.89%
G = 40.07%
B = 20.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DDDE6F (or 0xDDDE6F) is known color: Goldenrod. HEX triplet: DD, DE and 6F. RGB value is (221,222,111). Sum of RGB (Red+Green+Blue) = 221+222+111=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE6F is #222190. Grayscale: #D1D1D1. Windows color (decimal): -2236817 or 7331549. OLE color: 7331549.

HSL color Cylindrical-coordinate representation of color #DDDE6F: hue angle of 60.54º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDDE6F is Cyan = 0.00, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 111 -
CMYK 0.00 0 0.5 0.13
HSL 60.54º 0.63% 0.65% -
HSV(B) 60.54º 0.5% 0.87% -
XYZ 58.81 68.76 25.21 -
YUV 209.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 221 222 111 0.00 0 0.5 0.13 60.54 0.63 0.65
Hex DD DE 6F 0 0 32 D 3D 3F 41
Octal 335 336 157 0 0 62 15 75 77 101
Binary 11011101 11011110 1101111 0 0 110010 1101 111101 111111 1000001

Color Harmonies of #DDDE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE6F

Black with #DDDE6F

Text Example


Text Example

White with #DDDE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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