Html Css Color HEX #DCDE71 Goldenrod

📋 copy color: '#DCDE71'

red 220 ◦ green 222 ◦ blue 113

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

Shades of Goldenrod #DCDE71

Tints of Goldenrod #DCDE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.36%

R = 39.64%
G = 40%
B = 20.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DCDE71 (or 0xDCDE71) is known color: Goldenrod. HEX triplet: DC, DE and 71. RGB value is (220,222,113). Sum of RGB (Red+Green+Blue) = 220+222+113=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE71 is #23218E. Grayscale: #D1D1D1. Windows color (decimal): -2302351 or 7462620. OLE color: 7462620.

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

Color convert

RGB 220 222 113 -
CMYK 0.01 0 0.49 0.13
HSL 61.1º 0.62% 0.66% -
HSV(B) 61.1º 0.49% 0.87% -
XYZ 58.62 68.65 25.78 -
YUV 208.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 220 222 113 0.01 0 0.49 0.13 61.1 0.62 0.66
Hex DC DE 71 1 0 31 D 3D 3E 42
Octal 334 336 161 1 0 61 15 75 76 102
Binary 11011100 11011110 1110001 1 0 110001 1101 111101 111110 1000010

Color Harmonies of #DCDE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE71

Black with #DCDE71

Text Example


Text Example

White with #DCDE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE71; }

 p { color: rgb(220,222,113); }

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

background-color css

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

 a { background-color: rgb(220,222,113); }

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

border-color css

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

 span { border-color: rgb(220,222,113); }

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