Html Css Color HEX #DCC675 Chenin

📋 copy color: '#DCC675'

red 220 ◦ green 198 ◦ blue 117

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

Shades of Chenin #DCC675

Tints of Chenin #DCC675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 41.12%
G = 37.01%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCC675 (or 0xDCC675) is known color: Chenin. HEX triplet: DC, C6 and 75. RGB value is (220,198,117). Sum of RGB (Red+Green+Blue) = 220+198+117=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC675 is #23398A. Grayscale: #C3C3C3. Windows color (decimal): -2308491 or 7718620. OLE color: 7718620.

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

Color convert

RGB 220 198 117 -
CMYK 0 0.1 0.47 0.14
HSL 47.18º 0.6% 0.66% -
HSV(B) 47.18º 0.47% 0.86% -
XYZ 52.92 56.89 25.02 -
YUV 195.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 220 198 117 0 0.1 0.47 0.14 47.18 0.6 0.66
Hex DC C6 75 0 A 2F E 2F 3C 42
Octal 334 306 165 0 12 57 16 57 74 102
Binary 11011100 11000110 1110101 0 1010 101111 1110 101111 111100 1000010

Color Harmonies of #DCC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC675

Black with #DCC675

Text Example


Text Example

White with #DCC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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