Html Css Color HEX #DCD468 Goldenrod

📋 copy color: '#DCD468'

red 220 ◦ green 212 ◦ blue 104

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

Shades of Goldenrod #DCD468

Tints of Goldenrod #DCD468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.55%

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

R = 41.04%
G = 39.55%
B = 19.4%

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

#DCD468 (or 0xDCD468) is known color: Goldenrod. HEX triplet: DC, D4 and 68. RGB value is (220,212,104). Sum of RGB (Red+Green+Blue) = 220+212+104=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD468 is #232B97. Grayscale: #CACACA. Windows color (decimal): -2304920 or 6870236. OLE color: 6870236.

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

Color convert

RGB 220 212 104 -
CMYK 0 0.04 0.53 0.14
HSL 55.86º 0.62% 0.64% -
HSV(B) 55.86º 0.53% 0.86% -
XYZ 55.56 63.3 22.39 -
YUV 202.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 220 212 104 0 0.04 0.53 0.14 55.86 0.62 0.64
Hex DC D4 68 0 4 35 E 38 3E 40
Octal 334 324 150 0 4 65 16 70 76 100
Binary 11011100 11010100 1101000 0 100 110101 1110 111000 111110 1000000

Color Harmonies of #DCD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD468

Black with #DCD468

Text Example


Text Example

White with #DCD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD468; }

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

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

background-color css

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

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

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

border-color css

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

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

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