Html Css Color HEX #D5C76C Chenin

📋 copy color: '#D5C76C'

red 213 ◦ green 199 ◦ blue 108

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

Shades of Chenin #D5C76C

Tints of Chenin #D5C76C

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

 BLUE value IS 108 (42.58% from 255) = 20.77%

R = 40.96%
G = 38.27%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5C76C (or 0xD5C76C) is known color: Chenin. HEX triplet: D5, C7 and 6C. RGB value is (213,199,108). Sum of RGB (Red+Green+Blue) = 213+199+108=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C76C is #2A3893. Grayscale: #C1C1C1. Windows color (decimal): -2766996 or 7129045. OLE color: 7129045.

HSL color Cylindrical-coordinate representation of color #D5C76C: hue angle of 52º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5C76C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 108 -
CMYK 0 0.07 0.49 0.16
HSL 52º 0.56% 0.63% -
HSV(B) 52º 0.49% 0.84% -
XYZ 50.57 56.08 22.35 -
YUV 192.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 213 199 108 0 0.07 0.49 0.16 52 0.56 0.63
Hex D5 C7 6C 0 7 31 10 34 38 3F
Octal 325 307 154 0 7 61 20 64 70 77
Binary 11010101 11000111 1101100 0 111 110001 10000 110100 111000 111111

Color Harmonies of #D5C76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C76C

Black with #D5C76C

Text Example


Text Example

White with #D5C76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C76C; }

 p { color: rgb(213,199,108); }

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

background-color css

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

 a { background-color: rgb(213,199,108); }

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

border-color css

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

 span { border-color: rgb(213,199,108); }

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