Html Css Color HEX #DCD96B Goldenrod

📋 copy color: '#DCD96B'

red 220 ◦ green 217 ◦ blue 107

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

Shades of Goldenrod #DCD96B

Tints of Goldenrod #DCD96B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.89%

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

R = 40.44%
G = 39.89%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD96B (or 0xDCD96B) is known color: Goldenrod. HEX triplet: DC, D9 and 6B. RGB value is (220,217,107). Sum of RGB (Red+Green+Blue) = 220+217+107=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD96B is #232694. Grayscale: #CDCDCD. Windows color (decimal): -2303637 or 7068124. OLE color: 7068124.

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

Color convert

RGB 220 217 107 -
CMYK 0 0.01 0.51 0.14
HSL 58.41º 0.62% 0.64% -
HSV(B) 58.41º 0.51% 0.86% -
XYZ 56.98 65.9 23.63 -
YUV 205.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 220 217 107 0 0.01 0.51 0.14 58.41 0.62 0.64
Hex DC D9 6B 0 1 33 E 3A 3E 40
Octal 334 331 153 0 1 63 16 72 76 100
Binary 11011100 11011001 1101011 0 1 110011 1110 111010 111110 1000000

Color Harmonies of #DCD96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD96B

Black with #DCD96B

Text Example


Text Example

White with #DCD96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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