Html Css Color HEX #DBC47C Chalky

📋 copy color: '#DBC47C'

red 219 ◦ green 196 ◦ blue 124

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

Shades of Chalky #DBC47C

Tints of Chalky #DBC47C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 40.63%
G = 36.36%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBC47C (or 0xDBC47C) is known color: Chalky. HEX triplet: DB, C4 and 7C. RGB value is (219,196,124). Sum of RGB (Red+Green+Blue) = 219+196+124=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC47C is #243B83. Grayscale: #C2C2C2. Windows color (decimal): -2374532 or 8176859. OLE color: 8176859.

HSL color Cylindrical-coordinate representation of color #DBC47C: hue angle of 45.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBC47C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 124 -
CMYK 0 0.11 0.43 0.14
HSL 45.47º 0.57% 0.67% -
HSV(B) 45.47º 0.43% 0.86% -
XYZ 52.59 56 27.11 -
YUV 194.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 219 196 124 0 0.11 0.43 0.14 45.47 0.57 0.67
Hex DB C4 7C 0 B 2B E 2D 39 43
Octal 333 304 174 0 13 53 16 55 71 103
Binary 11011011 11000100 1111100 0 1011 101011 1110 101101 111001 1000011

Color Harmonies of #DBC47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC47C

Black with #DBC47C

Text Example


Text Example

White with #DBC47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC47C; }

 p { color: rgb(219,196,124); }

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

background-color css

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

 a { background-color: rgb(219,196,124); }

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

border-color css

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

 span { border-color: rgb(219,196,124); }

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