Html Css Color HEX #DCD663 Goldenrod

📋 copy color: '#DCD663'

red 220 ◦ green 214 ◦ blue 99

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

Shades of Goldenrod #DCD663

Tints of Goldenrod #DCD663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.57%

R = 41.28%
G = 40.15%
B = 18.57%

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

#DCD663 (or 0xDCD663) is known color: Goldenrod. HEX triplet: DC, D6 and 63. RGB value is (220,214,99). Sum of RGB (Red+Green+Blue) = 220+214+99=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD663 is #23299C. Grayscale: #CBCBCB. Windows color (decimal): -2304413 or 6543068. OLE color: 6543068.

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

Color convert

RGB 220 214 99 -
CMYK 0 0.03 0.55 0.14
HSL 57.02º 0.63% 0.63% -
HSV(B) 57.02º 0.55% 0.86% -
XYZ 55.81 64.21 21.26 -
YUV 202.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 220 214 99 0 0.03 0.55 0.14 57.02 0.63 0.63
Hex DC D6 63 0 3 37 E 39 3F 3F
Octal 334 326 143 0 3 67 16 71 77 77
Binary 11011100 11010110 1100011 0 11 110111 1110 111001 111111 111111

Color Harmonies of #DCD663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD663

Black with #DCD663

Text Example


Text Example

White with #DCD663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD663; }

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

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

background-color css

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

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

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

border-color css

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

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

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