Html Css Color HEX #D5C971 Chenin

📋 copy color: '#D5C971'

red 213 ◦ green 201 ◦ blue 113

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

Shades of Chenin #D5C971

Tints of Chenin #D5C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 113 (44.53% from 255) = 21.44%

R = 40.42%
G = 38.14%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5C971 (or 0xD5C971) is known color: Chenin. HEX triplet: D5, C9 and 71. RGB value is (213,201,113). Sum of RGB (Red+Green+Blue) = 213+201+113=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C971 is #2A368E. Grayscale: #C2C2C2. Windows color (decimal): -2766479 or 7457237. OLE color: 7457237.

HSL color Cylindrical-coordinate representation of color #D5C971: hue angle of 52.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5C971 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 201 113 -
CMYK 0 0.06 0.47 0.16
HSL 52.8º 0.54% 0.64% -
HSV(B) 52.8º 0.47% 0.84% -
XYZ 51.31 57.11 23.94 -
YUV 194.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 213 201 113 0 0.06 0.47 0.16 52.8 0.54 0.64
Hex D5 C9 71 0 6 2F 10 35 36 40
Octal 325 311 161 0 6 57 20 65 66 100
Binary 11010101 11001001 1110001 0 110 101111 10000 110101 110110 1000000

Color Harmonies of #D5C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C971

Black with #D5C971

Text Example


Text Example

White with #D5C971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C971; }

 p { color: rgb(213,201,113); }

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

background-color css

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

 a { background-color: rgb(213,201,113); }

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

border-color css

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

 span { border-color: rgb(213,201,113); }

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