Html Css Color HEX #DCD77B Goldenrod

📋 copy color: '#DCD77B'

red 220 ◦ green 215 ◦ blue 123

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

Shades of Goldenrod #DCD77B

Tints of Goldenrod #DCD77B

RGB

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

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

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

R = 39.43%
G = 38.53%
B = 22.04%

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

#DCD77B (or 0xDCD77B) is known color: Goldenrod. HEX triplet: DC, D7 and 7B. RGB value is (220,215,123). Sum of RGB (Red+Green+Blue) = 220+215+123=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD77B is #232884. Grayscale: #CECECE. Windows color (decimal): -2304133 or 8116188. OLE color: 8116188.

HSL color Cylindrical-coordinate representation of color #DCD77B: hue angle of 56.91º 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 #DCD77B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 123 -
CMYK 0 0.02 0.44 0.14
HSL 56.91º 0.58% 0.67% -
HSV(B) 56.91º 0.44% 0.86% -
XYZ 57.39 65.25 28.31 -
YUV 206.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 220 215 123 0 0.02 0.44 0.14 56.91 0.58 0.67
Hex DC D7 7B 0 2 2C E 39 3A 43
Octal 334 327 173 0 2 54 16 71 72 103
Binary 11011100 11010111 1111011 0 10 101100 1110 111001 111010 1000011

Color Harmonies of #DCD77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD77B

Black with #DCD77B

Text Example


Text Example

White with #DCD77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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