Html Css Color HEX #DCD87B Goldenrod

📋 copy color: '#DCD87B'

red 220 ◦ green 216 ◦ blue 123

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

Shades of Goldenrod #DCD87B

Tints of Goldenrod #DCD87B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

 BLUE value IS 123 (48.44% from 255) = 22%

R = 39.36%
G = 38.64%
B = 22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCD87B (or 0xDCD87B) is known color: Goldenrod. HEX triplet: DC, D8 and 7B. RGB value is (220,216,123). Sum of RGB (Red+Green+Blue) = 220+216+123=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD87B is #232784. Grayscale: #CECECE. Windows color (decimal): -2303877 or 8116444. OLE color: 8116444.

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

Color convert

RGB 220 216 123 -
CMYK 0 0.02 0.44 0.14
HSL 57.53º 0.58% 0.67% -
HSV(B) 57.53º 0.44% 0.86% -
XYZ 57.65 65.76 28.39 -
YUV 206.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 220 216 123 0 0.02 0.44 0.14 57.53 0.58 0.67
Hex DC D8 7B 0 2 2C E 3A 3A 43
Octal 334 330 173 0 2 54 16 72 72 103
Binary 11011100 11011000 1111011 0 10 101100 1110 111010 111010 1000011

Color Harmonies of #DCD87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD87B

Black with #DCD87B

Text Example


Text Example

White with #DCD87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD87B; }

 p { color: rgb(220,216,123); }

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

background-color css

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

 a { background-color: rgb(220,216,123); }

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

border-color css

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

 span { border-color: rgb(220,216,123); }

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