Html Css Color HEX #DCDD71 Goldenrod

📋 copy color: '#DCDD71'

red 220 ◦ green 221 ◦ blue 113

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

Shades of Goldenrod #DCDD71

Tints of Goldenrod #DCDD71

RGB

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

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

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

R = 39.71%
G = 39.89%
B = 20.4%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DCDD71 (or 0xDCDD71) is known color: Goldenrod. HEX triplet: DC, DD and 71. RGB value is (220,221,113). Sum of RGB (Red+Green+Blue) = 220+221+113=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD71 is #23228E. Grayscale: #D0D0D0. Windows color (decimal): -2302607 or 7462364. OLE color: 7462364.

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

Color convert

RGB 220 221 113 -
CMYK 0.00 0 0.49 0.13
HSL 60.56º 0.61% 0.65% -
HSV(B) 60.56º 0.49% 0.87% -
XYZ 58.35 68.12 25.7 -
YUV 208.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 220 221 113 0.00 0 0.49 0.13 60.56 0.61 0.65
Hex DC DD 71 0 0 31 D 3D 3D 41
Octal 334 335 161 0 0 61 15 75 75 101
Binary 11011100 11011101 1110001 0 0 110001 1101 111101 111101 1000001

Color Harmonies of #DCDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD71

Black with #DCDD71

Text Example


Text Example

White with #DCDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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