Html Css Color HEX #DCDC6B Goldenrod

📋 copy color: '#DCDC6B'

red 220 ◦ green 220 ◦ blue 107

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

Shades of Goldenrod #DCDC6B

Tints of Goldenrod #DCDC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 40.22%
G = 40.22%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCDC6B (or 0xDCDC6B) is known color: Goldenrod. HEX triplet: DC, DC and 6B. RGB value is (220,220,107). Sum of RGB (Red+Green+Blue) = 220+220+107=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC6B is #232394. Grayscale: #CFCFCF. Windows color (decimal): -2302869 or 7068892. OLE color: 7068892.

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

Color convert

RGB 220 220 107 -
CMYK 0 0 0.51 0.14
HSL 60º 0.62% 0.64% -
HSV(B) 60º 0.51% 0.86% -
XYZ 57.76 67.46 23.89 -
YUV 207.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 220 220 107 0 0 0.51 0.14 60 0.62 0.64
Hex DC DC 6B 0 0 33 E 3C 3E 40
Octal 334 334 153 0 0 63 16 74 76 100
Binary 11011100 11011100 1101011 0 0 110011 1110 111100 111110 1000000

Color Harmonies of #DCDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC6B

Black with #DCDC6B

Text Example


Text Example

White with #DCDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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