Html Css Color HEX #DCD672 Goldenrod

📋 copy color: '#DCD672'

red 220 ◦ green 214 ◦ blue 114

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

Shades of Goldenrod #DCD672

Tints of Goldenrod #DCD672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

 BLUE value IS 114 (44.92% from 255) = 20.8%

R = 40.15%
G = 39.05%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD672 (or 0xDCD672) is known color: Goldenrod. HEX triplet: DC, D6 and 72. RGB value is (220,214,114). Sum of RGB (Red+Green+Blue) = 220+214+114=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD672 is #23298D. Grayscale: #CCCCCC. Windows color (decimal): -2304398 or 7526108. OLE color: 7526108.

HSL color Cylindrical-coordinate representation of color #DCD672: hue angle of 56.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCD672 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 114 -
CMYK 0 0.03 0.48 0.14
HSL 56.6º 0.6% 0.65% -
HSV(B) 56.6º 0.48% 0.86% -
XYZ 56.6 64.52 25.39 -
YUV 204.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 220 214 114 0 0.03 0.48 0.14 56.6 0.6 0.65
Hex DC D6 72 0 3 30 E 39 3C 41
Octal 334 326 162 0 3 60 16 71 74 101
Binary 11011100 11010110 1110010 0 11 110000 1110 111001 111100 1000001

Color Harmonies of #DCD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD672

Black with #DCD672

Text Example


Text Example

White with #DCD672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD672; }

 p { color: rgb(220,214,114); }

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

background-color css

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

 a { background-color: rgb(220,214,114); }

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

border-color css

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

 span { border-color: rgb(220,214,114); }

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