Html Css Color HEX #D6C269 Chenin

📋 copy color: '#D6C269'

red 214 ◦ green 194 ◦ blue 105

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

Shades of Chenin #D6C269

Tints of Chenin #D6C269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

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

R = 41.72%
G = 37.82%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6C269 (or 0xD6C269) is known color: Chenin. HEX triplet: D6, C2 and 69. RGB value is (214,194,105). Sum of RGB (Red+Green+Blue) = 214+194+105=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C269 is #293D96. Grayscale: #BEBEBE. Windows color (decimal): -2702743 or 6931158. OLE color: 6931158.

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

Color convert

RGB 214 194 105 -
CMYK 0 0.09 0.51 0.16
HSL 48.99º 0.57% 0.63% -
HSV(B) 48.99º 0.51% 0.84% -
XYZ 49.57 53.9 21.16 -
YUV 189.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 214 194 105 0 0.09 0.51 0.16 48.99 0.57 0.63
Hex D6 C2 69 0 9 33 10 31 39 3F
Octal 326 302 151 0 11 63 20 61 71 77
Binary 11010110 11000010 1101001 0 1001 110011 10000 110001 111001 111111

Color Harmonies of #D6C269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C269

Black with #D6C269

Text Example


Text Example

White with #D6C269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C269; }

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

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

background-color css

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

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

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

border-color css

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

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

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