Html Css Color HEX #DBC17E Chalky

📋 copy color: '#DBC17E'

red 219 ◦ green 193 ◦ blue 126

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

Shades of Chalky #DBC17E

Tints of Chalky #DBC17E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.87%

 BLUE value IS 126 (49.61% from 255) = 23.42%

R = 40.71%
G = 35.87%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBC17E (or 0xDBC17E) is known color: Chalky. HEX triplet: DB, C1 and 7E. RGB value is (219,193,126). Sum of RGB (Red+Green+Blue) = 219+193+126=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC17E is #243E81. Grayscale: #C1C1C1. Windows color (decimal): -2375298 or 8307163. OLE color: 8307163.

HSL color Cylindrical-coordinate representation of color #DBC17E: hue angle of 43.23º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBC17E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 193 126 -
CMYK 0 0.12 0.42 0.14
HSL 43.23º 0.56% 0.68% -
HSV(B) 43.23º 0.42% 0.86% -
XYZ 52.05 54.71 27.55 -
YUV 193.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 219 193 126 0 0.12 0.42 0.14 43.23 0.56 0.68
Hex DB C1 7E 0 C 2A E 2B 38 44
Octal 333 301 176 0 14 52 16 53 70 104
Binary 11011011 11000001 1111110 0 1100 101010 1110 101011 111000 1000100

Color Harmonies of #DBC17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC17E

Black with #DBC17E

Text Example


Text Example

White with #DBC17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC17E; }

 p { color: rgb(219,193,126); }

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

background-color css

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

 a { background-color: rgb(219,193,126); }

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

border-color css

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

 span { border-color: rgb(219,193,126); }

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