Html Css Color HEX #DCC665 Chenin

📋 copy color: '#DCC665'

red 220 ◦ green 198 ◦ blue 101

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

Shades of Chenin #DCC665

Tints of Chenin #DCC665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.15%

 BLUE value IS 101 (39.84% from 255) = 19.46%

R = 42.39%
G = 38.15%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCC665 (or 0xDCC665) is known color: Chenin. HEX triplet: DC, C6 and 65. RGB value is (220,198,101). Sum of RGB (Red+Green+Blue) = 220+198+101=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC665 is #23399A. Grayscale: #C1C1C1. Windows color (decimal): -2308507 or 6670044. OLE color: 6670044.

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

Color convert

RGB 220 198 101 -
CMYK 0 0.1 0.54 0.14
HSL 48.91º 0.63% 0.63% -
HSV(B) 48.91º 0.54% 0.86% -
XYZ 52.06 56.54 20.48 -
YUV 193.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 220 198 101 0 0.1 0.54 0.14 48.91 0.63 0.63
Hex DC C6 65 0 A 36 E 31 3F 3F
Octal 334 306 145 0 12 66 16 61 77 77
Binary 11011100 11000110 1100101 0 1010 110110 1110 110001 111111 111111

Color Harmonies of #DCC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC665

Black with #DCC665

Text Example


Text Example

White with #DCC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC665; }

 p { color: rgb(220,198,101); }

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

background-color css

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

 a { background-color: rgb(220,198,101); }

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

border-color css

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

 span { border-color: rgb(220,198,101); }

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