Html Css Color HEX #D6C769 Chenin

📋 copy color: '#D6C769'

red 214 ◦ green 199 ◦ blue 105

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

Shades of Chenin #D6C769

Tints of Chenin #D6C769

RGB

 RED value IS 214 (83.98% from 255) = 41.31%

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

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 41.31%
G = 38.42%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6C769 (or 0xD6C769) is known color: Chenin. HEX triplet: D6, C7 and 69. RGB value is (214,199,105). Sum of RGB (Red+Green+Blue) = 214+199+105=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C769 is #293896. Grayscale: #C1C1C1. Windows color (decimal): -2701463 or 6932438. OLE color: 6932438.

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

Color convert

RGB 214 199 105 -
CMYK 0 0.07 0.51 0.16
HSL 51.74º 0.57% 0.63% -
HSV(B) 51.74º 0.51% 0.84% -
XYZ 50.7 56.16 21.53 -
YUV 192.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 214 199 105 0 0.07 0.51 0.16 51.74 0.57 0.63
Hex D6 C7 69 0 7 33 10 34 39 3F
Octal 326 307 151 0 7 63 20 64 71 77
Binary 11010110 11000111 1101001 0 111 110011 10000 110100 111001 111111

Color Harmonies of #D6C769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C769

Black with #D6C769

Text Example


Text Example

White with #D6C769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C769; }

 p { color: rgb(214,199,105); }

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

background-color css

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

 a { background-color: rgb(214,199,105); }

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

border-color css

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

 span { border-color: rgb(214,199,105); }

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