Html Css Color HEX #DCD764 Goldenrod

📋 copy color: '#DCD764'

red 220 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #DCD764

Tints of Goldenrod #DCD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

 BLUE value IS 100 (39.45% from 255) = 18.69%

R = 41.12%
G = 40.19%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD764 (or 0xDCD764) is known color: Goldenrod. HEX triplet: DC, D7 and 64. RGB value is (220,215,100). Sum of RGB (Red+Green+Blue) = 220+215+100=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD764 is #23289B. Grayscale: #CBCBCB. Windows color (decimal): -2304156 or 6608860. OLE color: 6608860.

HSL color Cylindrical-coordinate representation of color #DCD764: hue angle of 57.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCD764 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 100 -
CMYK 0 0.02 0.55 0.14
HSL 57.5º 0.63% 0.63% -
HSV(B) 57.5º 0.55% 0.86% -
XYZ 56.12 64.74 21.59 -
YUV 203.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 220 215 100 0 0.02 0.55 0.14 57.5 0.63 0.63
Hex DC D7 64 0 2 37 E 3A 3F 3F
Octal 334 327 144 0 2 67 16 72 77 77
Binary 11011100 11010111 1100100 0 10 110111 1110 111010 111111 111111

Color Harmonies of #DCD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD764

Black with #DCD764

Text Example


Text Example

White with #DCD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD764; }

 p { color: rgb(220,215,100); }

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

background-color css

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

 a { background-color: rgb(220,215,100); }

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

border-color css

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

 span { border-color: rgb(220,215,100); }

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