Html Css Color HEX #DCC76B Chenin

📋 copy color: '#DCC76B'

red 220 ◦ green 199 ◦ blue 107

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

Shades of Chenin #DCC76B

Tints of Chenin #DCC76B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.83%

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

R = 41.83%
G = 37.83%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCC76B (or 0xDCC76B) is known color: Chenin. HEX triplet: DC, C7 and 6B. RGB value is (220,199,107). Sum of RGB (Red+Green+Blue) = 220+199+107=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC76B is #233894. Grayscale: #C3C3C3. Windows color (decimal): -2308245 or 7063516. OLE color: 7063516.

HSL color Cylindrical-coordinate representation of color #DCC76B: hue angle of 48.85º 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 #DCC76B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 107 -
CMYK 0 0.10 0.51 0.14
HSL 48.85º 0.62% 0.64% -
HSV(B) 48.85º 0.51% 0.86% -
XYZ 52.59 57.12 22.16 -
YUV 194.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 220 199 107 0 0.10 0.51 0.14 48.85 0.62 0.64
Hex DC C7 6B 0 A 33 E 31 3E 40
Octal 334 307 153 0 12 63 16 61 76 100
Binary 11011100 11000111 1101011 0 1010 110011 1110 110001 111110 1000000

Color Harmonies of #DCC76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC76B

Black with #DCC76B

Text Example


Text Example

White with #DCC76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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