Html Css Color HEX #D4B36B Putty

📋 copy color: '#D4B36B'

red 212 ◦ green 179 ◦ blue 107

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

Shades of Putty #D4B36B

Tints of Putty #D4B36B

RGB

 RED value IS 212 (83.2% from 255) = 42.57%

 GREEN value IS 179 (70.31% from 255) = 35.94%

 BLUE value IS 107 (42.19% from 255) = 21.49%

R = 42.57%
G = 35.94%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4B36B (or 0xD4B36B) is known color: Putty. HEX triplet: D4, B3 and 6B. RGB value is (212,179,107). Sum of RGB (Red+Green+Blue) = 212+179+107=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B36B is #2B4C94. Grayscale: #B4B4B4. Windows color (decimal): -2837653 or 7058388. OLE color: 7058388.

HSL color Cylindrical-coordinate representation of color #D4B36B: hue angle of 41.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4B36B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 179 107 -
CMYK 0 0.16 0.50 0.17
HSL 41.14º 0.55% 0.63% -
HSV(B) 41.14º 0.5% 0.83% -
XYZ 45.93 47.3 20.62 -
YUV 180.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 212 179 107 0 0.16 0.50 0.17 41.14 0.55 0.63
Hex D4 B3 6B 0 10 32 11 29 37 3F
Octal 324 263 153 0 20 62 21 51 67 77
Binary 11010100 10110011 1101011 0 10000 110010 10001 101001 110111 111111

Color Harmonies of #D4B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B36B

Black with #D4B36B

Text Example


Text Example

White with #D4B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B36B; }

 p { color: rgb(212,179,107); }

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

background-color css

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

 a { background-color: rgb(212,179,107); }

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

border-color css

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

 span { border-color: rgb(212,179,107); }

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