Html Css Color HEX #D2BB75 Chenin

📋 copy color: '#D2BB75'

red 210 ◦ green 187 ◦ blue 117

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

Shades of Chenin #D2BB75

Tints of Chenin #D2BB75

RGB

 RED value IS 210 (82.42% from 255) = 40.86%

 GREEN value IS 187 (73.44% from 255) = 36.38%

 BLUE value IS 117 (46.09% from 255) = 22.76%

R = 40.86%
G = 36.38%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2BB75 (or 0xD2BB75) is known color: Chenin. HEX triplet: D2, BB and 75. RGB value is (210,187,117). Sum of RGB (Red+Green+Blue) = 210+187+117=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BB75 is #2D448A. Grayscale: #BABABA. Windows color (decimal): -2966667 or 7715794. OLE color: 7715794.

HSL color Cylindrical-coordinate representation of color #D2BB75: hue angle of 45.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2BB75 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 117 -
CMYK 0 0.11 0.44 0.18
HSL 45.16º 0.51% 0.64% -
HSV(B) 45.16º 0.44% 0.82% -
XYZ 47.56 50.53 24.08 -
YUV 185.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 210 187 117 0 0.11 0.44 0.18 45.16 0.51 0.64
Hex D2 BB 75 0 B 2C 12 2D 33 40
Octal 322 273 165 0 13 54 22 55 63 100
Binary 11010010 10111011 1110101 0 1011 101100 10010 101101 110011 1000000

Color Harmonies of #D2BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB75

Black with #D2BB75

Text Example


Text Example

White with #D2BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB75; }

 p { color: rgb(210,187,117); }

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

background-color css

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

 a { background-color: rgb(210,187,117); }

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

border-color css

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

 span { border-color: rgb(210,187,117); }

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