Html Css Color HEX #DCDC7B Goldenrod

📋 copy color: '#DCDC7B'

red 220 ◦ green 220 ◦ blue 123

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

Shades of Goldenrod #DCDC7B

Tints of Goldenrod #DCDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.08%

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

R = 39.08%
G = 39.08%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCDC7B (or 0xDCDC7B) is known color: Goldenrod. HEX triplet: DC, DC and 7B. RGB value is (220,220,123). Sum of RGB (Red+Green+Blue) = 220+220+123=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC7B is #232384. Grayscale: #D1D1D1. Windows color (decimal): -2302853 or 8117468. OLE color: 8117468.

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

Color convert

RGB 220 220 123 -
CMYK 0 0 0.44 0.14
HSL 60º 0.58% 0.67% -
HSV(B) 60º 0.44% 0.86% -
XYZ 58.68 67.83 28.74 -
YUV 208.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 220 220 123 0 0 0.44 0.14 60 0.58 0.67
Hex DC DC 7B 0 0 2C E 3C 3A 43
Octal 334 334 173 0 0 54 16 74 72 103
Binary 11011100 11011100 1111011 0 0 101100 1110 111100 111010 1000011

Color Harmonies of #DCDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC7B

Black with #DCDC7B

Text Example


Text Example

White with #DCDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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