Html Css Color HEX #DCD165 Goldenrod

📋 copy color: '#DCD165'

red 220 ◦ green 209 ◦ blue 101

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

Shades of Goldenrod #DCD165

Tints of Goldenrod #DCD165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.43%

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 41.51%
G = 39.43%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCD165 (or 0xDCD165) is known color: Goldenrod. HEX triplet: DC, D1 and 65. RGB value is (220,209,101). Sum of RGB (Red+Green+Blue) = 220+209+101=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD165 is #232E9A. Grayscale: #C8C8C8. Windows color (decimal): -2305691 or 6672860. OLE color: 6672860.

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

Color convert

RGB 220 209 101 -
CMYK 0 0.05 0.54 0.14
HSL 54.45º 0.63% 0.63% -
HSV(B) 54.45º 0.54% 0.86% -
XYZ 54.66 61.76 21.35 -
YUV 199.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 220 209 101 0 0.05 0.54 0.14 54.45 0.63 0.63
Hex DC D1 65 0 5 36 E 36 3F 3F
Octal 334 321 145 0 5 66 16 66 77 77
Binary 11011100 11010001 1100101 0 101 110110 1110 110110 111111 111111

Color Harmonies of #DCD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD165

Black with #DCD165

Text Example


Text Example

White with #DCD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD165; }

 p { color: rgb(220,209,101); }

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

background-color css

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

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

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

border-color css

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

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

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