Html Css Color HEX #DCD567 Goldenrod

📋 copy color: '#DCD567'

red 220 ◦ green 213 ◦ blue 103

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

Shades of Goldenrod #DCD567

Tints of Goldenrod #DCD567

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

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

R = 41.04%
G = 39.74%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCD567 (or 0xDCD567) is known color: Goldenrod. HEX triplet: DC, D5 and 67. RGB value is (220,213,103). Sum of RGB (Red+Green+Blue) = 220+213+103=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD567 is #232A98. Grayscale: #CBCBCB. Windows color (decimal): -2304665 or 6804956. OLE color: 6804956.

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

Color convert

RGB 220 213 103 -
CMYK 0 0.03 0.53 0.14
HSL 56.41º 0.63% 0.63% -
HSV(B) 56.41º 0.53% 0.86% -
XYZ 55.76 63.78 22.2 -
YUV 202.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 220 213 103 0 0.03 0.53 0.14 56.41 0.63 0.63
Hex DC D5 67 0 3 35 E 38 3F 3F
Octal 334 325 147 0 3 65 16 70 77 77
Binary 11011100 11010101 1100111 0 11 110101 1110 111000 111111 111111

Color Harmonies of #DCD567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD567

Black with #DCD567

Text Example


Text Example

White with #DCD567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD567; }

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

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

background-color css

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

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

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

border-color css

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

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

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