Html Css Color HEX #DCD568 Goldenrod

📋 copy color: '#DCD568'

red 220 ◦ green 213 ◦ blue 104

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

Shades of Goldenrod #DCD568

Tints of Goldenrod #DCD568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.37%

R = 40.97%
G = 39.66%
B = 19.37%

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

#DCD568 (or 0xDCD568) is known color: Goldenrod. HEX triplet: DC, D5 and 68. RGB value is (220,213,104). Sum of RGB (Red+Green+Blue) = 220+213+104=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD568 is #232A97. Grayscale: #CBCBCB. Windows color (decimal): -2304664 or 6870492. OLE color: 6870492.

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

Color convert

RGB 220 213 104 -
CMYK 0 0.03 0.53 0.14
HSL 56.38º 0.62% 0.64% -
HSV(B) 56.38º 0.53% 0.86% -
XYZ 55.81 63.8 22.47 -
YUV 202.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 220 213 104 0 0.03 0.53 0.14 56.38 0.62 0.64
Hex DC D5 68 0 3 35 E 38 3E 40
Octal 334 325 150 0 3 65 16 70 76 100
Binary 11011100 11010101 1101000 0 11 110101 1110 111000 111110 1000000

Color Harmonies of #DCD568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD568

Black with #DCD568

Text Example


Text Example

White with #DCD568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD568; }

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

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

background-color css

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

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

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

border-color css

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

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

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