Html Css Color HEX #DCD364 Goldenrod

📋 copy color: '#DCD364'

red 220 ◦ green 211 ◦ blue 100

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

Shades of Goldenrod #DCD364

Tints of Goldenrod #DCD364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.74%

 BLUE value IS 100 (39.45% from 255) = 18.83%

R = 41.43%
G = 39.74%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD364 (or 0xDCD364) is known color: Goldenrod. HEX triplet: DC, D3 and 64. RGB value is (220,211,100). Sum of RGB (Red+Green+Blue) = 220+211+100=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD364 is #232C9B. Grayscale: #C9C9C9. Windows color (decimal): -2305180 or 6607836. OLE color: 6607836.

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

Color convert

RGB 220 211 100 -
CMYK 0 0.04 0.55 0.14
HSL 55.5º 0.63% 0.63% -
HSV(B) 55.5º 0.55% 0.86% -
XYZ 55.11 62.72 21.26 -
YUV 201.04 70.98 141.53 -
System Red Green Blue C M Y K H S L
Decimal 220 211 100 0 0.04 0.55 0.14 55.5 0.63 0.63
Hex DC D3 64 0 4 37 E 38 3F 3F
Octal 334 323 144 0 4 67 16 70 77 77
Binary 11011100 11010011 1100100 0 100 110111 1110 111000 111111 111111

Color Harmonies of #DCD364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD364

Black with #DCD364

Text Example


Text Example

White with #DCD364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD364; }

 p { color: rgb(220,211,100); }

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

background-color css

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

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

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

border-color css

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

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

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