Html Css Color HEX #DDDF6E Goldenrod

📋 copy color: '#DDDF6E'

red 221 ◦ green 223 ◦ blue 110

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

Shades of Goldenrod #DDDF6E

Tints of Goldenrod #DDDF6E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 39.89%
G = 40.25%
B = 19.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDDF6E (or 0xDDDF6E) is known color: Goldenrod. HEX triplet: DD, DF and 6E. RGB value is (221,223,110). Sum of RGB (Red+Green+Blue) = 221+223+110=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF6E is #222091. Grayscale: #D1D1D1. Windows color (decimal): -2236562 or 7266269. OLE color: 7266269.

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

Color convert

RGB 221 223 110 -
CMYK 0.01 0 0.51 0.13
HSL 61.06º 0.64% 0.65% -
HSV(B) 61.06º 0.51% 0.87% -
XYZ 59.02 69.27 25.01 -
YUV 209.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 221 223 110 0.01 0 0.51 0.13 61.06 0.64 0.65
Hex DD DF 6E 1 0 33 D 3D 40 41
Octal 335 337 156 1 0 63 15 75 100 101
Binary 11011101 11011111 1101110 1 0 110011 1101 111101 1000000 1000001

Color Harmonies of #DDDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF6E

Black with #DDDF6E

Text Example


Text Example

White with #DDDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF6E; }

 p { color: rgb(221,223,110); }

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

background-color css

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

 a { background-color: rgb(221,223,110); }

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

border-color css

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

 span { border-color: rgb(221,223,110); }

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