Html Css Color HEX #DCDE73 Goldenrod

📋 copy color: '#DCDE73'

red 220 ◦ green 222 ◦ blue 115

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

Shades of Goldenrod #DCDE73

Tints of Goldenrod #DCDE73

RGB

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

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

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

R = 39.5%
G = 39.86%
B = 20.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DCDE73 (or 0xDCDE73) is known color: Goldenrod. HEX triplet: DC, DE and 73. RGB value is (220,222,115). Sum of RGB (Red+Green+Blue) = 220+222+115=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE73 is #23218C. Grayscale: #D1D1D1. Windows color (decimal): -2302349 or 7593692. OLE color: 7593692.

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

Color convert

RGB 220 222 115 -
CMYK 0.01 0 0.48 0.13
HSL 61.12º 0.62% 0.66% -
HSV(B) 61.12º 0.48% 0.87% -
XYZ 58.73 68.7 26.38 -
YUV 209.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 220 222 115 0.01 0 0.48 0.13 61.12 0.62 0.66
Hex DC DE 73 1 0 30 D 3D 3E 42
Octal 334 336 163 1 0 60 15 75 76 102
Binary 11011100 11011110 1110011 1 0 110000 1101 111101 111110 1000010

Color Harmonies of #DCDE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE73

Black with #DCDE73

Text Example


Text Example

White with #DCDE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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