Html Css Color HEX #DCD367 Goldenrod

📋 copy color: '#DCD367'

red 220 ◦ green 211 ◦ blue 103

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

Shades of Goldenrod #DCD367

Tints of Goldenrod #DCD367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.29%

R = 41.2%
G = 39.51%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCD367 (or 0xDCD367) is known color: Goldenrod. HEX triplet: DC, D3 and 67. RGB value is (220,211,103). Sum of RGB (Red+Green+Blue) = 220+211+103=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 103 (40.62% from 255 or 19.29% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD367 is #232C98. Grayscale: #C9C9C9. Windows color (decimal): -2305177 or 6804444. OLE color: 6804444.

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

Color convert

RGB 220 211 103 -
CMYK 0 0.04 0.53 0.14
HSL 55.38º 0.63% 0.63% -
HSV(B) 55.38º 0.53% 0.86% -
XYZ 55.26 62.78 22.04 -
YUV 201.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 220 211 103 0 0.04 0.53 0.14 55.38 0.63 0.63
Hex DC D3 67 0 4 35 E 37 3F 3F
Octal 334 323 147 0 4 65 16 67 77 77
Binary 11011100 11010011 1100111 0 100 110101 1110 110111 111111 111111

Color Harmonies of #DCD367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD367

Black with #DCD367

Text Example


Text Example

White with #DCD367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD367; }

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

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

background-color css

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

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

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

border-color css

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

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

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