Html Css Color HEX #DCC46B Chenin

📋 copy color: '#DCC46B'

red 220 ◦ green 196 ◦ blue 107

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

Shades of Chenin #DCC46B

Tints of Chenin #DCC46B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.48%

 BLUE value IS 107 (42.19% from 255) = 20.46%

R = 42.07%
G = 37.48%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCC46B (or 0xDCC46B) is known color: Chenin. HEX triplet: DC, C4 and 6B. RGB value is (220,196,107). Sum of RGB (Red+Green+Blue) = 220+196+107=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC46B is #233B94. Grayscale: #C1C1C1. Windows color (decimal): -2309013 or 7062748. OLE color: 7062748.

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

Color convert

RGB 220 196 107 -
CMYK 0 0.11 0.51 0.14
HSL 47.26º 0.62% 0.64% -
HSV(B) 47.26º 0.51% 0.86% -
XYZ 51.91 55.76 21.94 -
YUV 193.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 220 196 107 0 0.11 0.51 0.14 47.26 0.62 0.64
Hex DC C4 6B 0 B 33 E 2F 3E 40
Octal 334 304 153 0 13 63 16 57 76 100
Binary 11011100 11000100 1101011 0 1011 110011 1110 101111 111110 1000000

Color Harmonies of #DCC46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC46B

Black with #DCC46B

Text Example


Text Example

White with #DCC46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC46B; }

 p { color: rgb(220,196,107); }

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

background-color css

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

 a { background-color: rgb(220,196,107); }

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

border-color css

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

 span { border-color: rgb(220,196,107); }

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