Html Css Color HEX #DBB06F Putty

📋 copy color: '#DBB06F'

red 219 ◦ green 176 ◦ blue 111

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

Shades of Putty #DBB06F

Tints of Putty #DBB06F

RGB

 RED value IS 219 (85.94% from 255) = 43.28%

 GREEN value IS 176 (69.14% from 255) = 34.78%

 BLUE value IS 111 (43.75% from 255) = 21.94%

R = 43.28%
G = 34.78%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBB06F (or 0xDBB06F) is known color: Putty. HEX triplet: DB, B0 and 6F. RGB value is (219,176,111). Sum of RGB (Red+Green+Blue) = 219+176+111=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB06F is #244F90. Grayscale: #B5B5B5. Windows color (decimal): -2379665 or 7319771. OLE color: 7319771.

HSL color Cylindrical-coordinate representation of color #DBB06F: hue angle of 36.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBB06F is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 111 -
CMYK 0 0.20 0.49 0.14
HSL 36.11º 0.6% 0.65% -
HSV(B) 36.11º 0.49% 0.86% -
XYZ 47.61 47.26 21.65 -
YUV 181.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 219 176 111 0 0.20 0.49 0.14 36.11 0.6 0.65
Hex DB B0 6F 0 14 31 E 24 3C 41
Octal 333 260 157 0 24 61 16 44 74 101
Binary 11011011 10110000 1101111 0 10100 110001 1110 100100 111100 1000001

Color Harmonies of #DBB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB06F

Black with #DBB06F

Text Example


Text Example

White with #DBB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB06F; }

 p { color: rgb(219,176,111); }

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

background-color css

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

 a { background-color: rgb(219,176,111); }

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

border-color css

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

 span { border-color: rgb(219,176,111); }

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