Html Css Color HEX #DCD662 Goldenrod

📋 copy color: '#DCD662'

red 220 ◦ green 214 ◦ blue 98

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

Shades of Goldenrod #DCD662

Tints of Goldenrod #DCD662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 41.35%
G = 40.23%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD662 (or 0xDCD662) is known color: Goldenrod. HEX triplet: DC, D6 and 62. RGB value is (220,214,98). Sum of RGB (Red+Green+Blue) = 220+214+98=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD662 is #23299D. Grayscale: #CBCBCB. Windows color (decimal): -2304414 or 6477532. OLE color: 6477532.

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

Color convert

RGB 220 214 98 -
CMYK 0 0.03 0.55 0.14
HSL 57.05º 0.64% 0.62% -
HSV(B) 57.05º 0.55% 0.86% -
XYZ 55.77 64.19 21.01 -
YUV 202.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 220 214 98 0 0.03 0.55 0.14 57.05 0.64 0.62
Hex DC D6 62 0 3 37 E 39 40 3E
Octal 334 326 142 0 3 67 16 71 100 76
Binary 11011100 11010110 1100010 0 11 110111 1110 111001 1000000 111110

Color Harmonies of #DCD662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD662

Black with #DCD662

Text Example


Text Example

White with #DCD662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD662; }

 p { color: rgb(220,214,98); }

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

background-color css

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

 a { background-color: rgb(220,214,98); }

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

border-color css

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

 span { border-color: rgb(220,214,98); }

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