Html Css Color HEX #D6CB65 Chenin

📋 copy color: '#D6CB65'

red 214 ◦ green 203 ◦ blue 101

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

Shades of Chenin #D6CB65

Tints of Chenin #D6CB65

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.19%

 BLUE value IS 101 (39.84% from 255) = 19.5%

R = 41.31%
G = 39.19%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6CB65 (or 0xD6CB65) is known color: Chenin. HEX triplet: D6, CB and 65. RGB value is (214,203,101). Sum of RGB (Red+Green+Blue) = 214+203+101=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB65 is #29349A. Grayscale: #C3C3C3. Windows color (decimal): -2700443 or 6671318. OLE color: 6671318.

HSL color Cylindrical-coordinate representation of color #D6CB65: hue angle of 54.16º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6CB65 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 101 -
CMYK 0 0.05 0.53 0.16
HSL 54.16º 0.58% 0.62% -
HSV(B) 54.16º 0.53% 0.84% -
XYZ 51.44 57.95 20.79 -
YUV 194.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 214 203 101 0 0.05 0.53 0.16 54.16 0.58 0.62
Hex D6 CB 65 0 5 35 10 36 3A 3E
Octal 326 313 145 0 5 65 20 66 72 76
Binary 11010110 11001011 1100101 0 101 110101 10000 110110 111010 111110

Color Harmonies of #D6CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB65

Black with #D6CB65

Text Example


Text Example

White with #D6CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB65; }

 p { color: rgb(214,203,101); }

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

background-color css

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

 a { background-color: rgb(214,203,101); }

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

border-color css

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

 span { border-color: rgb(214,203,101); }

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