Html Css Color HEX #D4C86A Chenin

📋 copy color: '#D4C86A'

red 212 ◦ green 200 ◦ blue 106

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

Shades of Chenin #D4C86A

Tints of Chenin #D4C86A

RGB

 RED value IS 212 (83.2% from 255) = 40.93%

 GREEN value IS 200 (78.52% from 255) = 38.61%

 BLUE value IS 106 (41.8% from 255) = 20.46%

R = 40.93%
G = 38.61%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4C86A (or 0xD4C86A) is known color: Chenin. HEX triplet: D4, C8 and 6A. RGB value is (212,200,106). Sum of RGB (Red+Green+Blue) = 212+200+106=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C86A is #2B3795. Grayscale: #C1C1C1. Windows color (decimal): -2832278 or 6998228. OLE color: 6998228.

HSL color Cylindrical-coordinate representation of color #D4C86A: hue angle of 53.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4C86A is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 200 106 -
CMYK 0 0.06 0.5 0.17
HSL 53.21º 0.55% 0.62% -
HSV(B) 53.21º 0.5% 0.83% -
XYZ 50.41 56.35 21.85 -
YUV 192.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 212 200 106 0 0.06 0.5 0.17 53.21 0.55 0.62
Hex D4 C8 6A 0 6 32 11 35 37 3E
Octal 324 310 152 0 6 62 21 65 67 76
Binary 11010100 11001000 1101010 0 110 110010 10001 110101 110111 111110

Color Harmonies of #D4C86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C86A

Black with #D4C86A

Text Example


Text Example

White with #D4C86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C86A; }

 p { color: rgb(212,200,106); }

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

background-color css

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

 a { background-color: rgb(212,200,106); }

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

border-color css

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

 span { border-color: rgb(212,200,106); }

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