Html Css Color HEX #DCDF6D Goldenrod

📋 copy color: '#DCDF6D'

red 220 ◦ green 223 ◦ blue 109

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

Shades of Goldenrod #DCDF6D

Tints of Goldenrod #DCDF6D

RGB

 RED value IS 220 (86.33% from 255) = 39.86%

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

 BLUE value IS 109 (42.97% from 255) = 19.75%

R = 39.86%
G = 40.4%
B = 19.75%

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

#DCDF6D (or 0xDCDF6D) is known color: Goldenrod. HEX triplet: DC, DF and 6D. RGB value is (220,223,109). Sum of RGB (Red+Green+Blue) = 220+223+109=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF6D is #232092. Grayscale: #D1D1D1. Windows color (decimal): -2302099 or 7200732. OLE color: 7200732.

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

Color convert

RGB 220 223 109 -
CMYK 0.01 0 0.51 0.13
HSL 61.58º 0.64% 0.65% -
HSV(B) 61.58º 0.51% 0.87% -
XYZ 58.66 69.1 24.71 -
YUV 209.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 220 223 109 0.01 0 0.51 0.13 61.58 0.64 0.65
Hex DC DF 6D 1 0 33 D 3E 40 41
Octal 334 337 155 1 0 63 15 76 100 101
Binary 11011100 11011111 1101101 1 0 110011 1101 111110 1000000 1000001

Color Harmonies of #DCDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF6D

Black with #DCDF6D

Text Example


Text Example

White with #DCDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF6D; }

 p { color: rgb(220,223,109); }

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

background-color css

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

 a { background-color: rgb(220,223,109); }

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

border-color css

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

 span { border-color: rgb(220,223,109); }

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