Html Css Color HEX #D5C770 Chenin

📋 copy color: '#D5C770'

red 213 ◦ green 199 ◦ blue 112

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

Shades of Chenin #D5C770

Tints of Chenin #D5C770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 40.65%
G = 37.98%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5C770 (or 0xD5C770) is known color: Chenin. HEX triplet: D5, C7 and 70. RGB value is (213,199,112). Sum of RGB (Red+Green+Blue) = 213+199+112=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C770 is #2A388F. Grayscale: #C1C1C1. Windows color (decimal): -2766992 or 7391189. OLE color: 7391189.

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

Color convert

RGB 213 199 112 -
CMYK 0 0.07 0.47 0.16
HSL 51.68º 0.55% 0.64% -
HSV(B) 51.68º 0.47% 0.84% -
XYZ 50.79 56.16 23.49 -
YUV 193.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 213 199 112 0 0.07 0.47 0.16 51.68 0.55 0.64
Hex D5 C7 70 0 7 2F 10 34 37 40
Octal 325 307 160 0 7 57 20 64 67 100
Binary 11010101 11000111 1110000 0 111 101111 10000 110100 110111 1000000

Color Harmonies of #D5C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C770

Black with #D5C770

Text Example


Text Example

White with #D5C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C770; }

 p { color: rgb(213,199,112); }

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

background-color css

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

 a { background-color: rgb(213,199,112); }

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

border-color css

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

 span { border-color: rgb(213,199,112); }

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