Html Css Color HEX #D5C26D Chenin

📋 copy color: '#D5C26D'

red 213 ◦ green 194 ◦ blue 109

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

Shades of Chenin #D5C26D

Tints of Chenin #D5C26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.12%

R = 41.28%
G = 37.6%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5C26D (or 0xD5C26D) is known color: Chenin. HEX triplet: D5, C2 and 6D. RGB value is (213,194,109). Sum of RGB (Red+Green+Blue) = 213+194+109=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C26D is #2A3D92. Grayscale: #BEBEBE. Windows color (decimal): -2768275 or 7193301. OLE color: 7193301.

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

Color convert

RGB 213 194 109 -
CMYK 0 0.09 0.49 0.16
HSL 49.04º 0.55% 0.63% -
HSV(B) 49.04º 0.49% 0.84% -
XYZ 49.49 53.83 22.25 -
YUV 189.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 213 194 109 0 0.09 0.49 0.16 49.04 0.55 0.63
Hex D5 C2 6D 0 9 31 10 31 37 3F
Octal 325 302 155 0 11 61 20 61 67 77
Binary 11010101 11000010 1101101 0 1001 110001 10000 110001 110111 111111

Color Harmonies of #D5C26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C26D

Black with #D5C26D

Text Example


Text Example

White with #D5C26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C26D; }

 p { color: rgb(213,194,109); }

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

background-color css

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

 a { background-color: rgb(213,194,109); }

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

border-color css

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

 span { border-color: rgb(213,194,109); }

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