Html Css Color HEX #DBC47D Chalky

📋 copy color: '#DBC47D'

red 219 ◦ green 196 ◦ blue 125

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

Shades of Chalky #DBC47D

Tints of Chalky #DBC47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 40.56%
G = 36.3%
B = 23.15%

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

#DBC47D (or 0xDBC47D) is known color: Chalky. HEX triplet: DB, C4 and 7D. RGB value is (219,196,125). Sum of RGB (Red+Green+Blue) = 219+196+125=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC47D is #243B82. Grayscale: #C3C3C3. Windows color (decimal): -2374531 or 8242395. OLE color: 8242395.

HSL color Cylindrical-coordinate representation of color #DBC47D: hue angle of 45.32º 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 #DBC47D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 125 -
CMYK 0 0.11 0.43 0.14
HSL 45.32º 0.57% 0.67% -
HSV(B) 45.32º 0.43% 0.86% -
XYZ 52.66 56.02 27.44 -
YUV 194.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 219 196 125 0 0.11 0.43 0.14 45.32 0.57 0.67
Hex DB C4 7D 0 B 2B E 2D 39 43
Octal 333 304 175 0 13 53 16 55 71 103
Binary 11011011 11000100 1111101 0 1011 101011 1110 101101 111001 1000011

Color Harmonies of #DBC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC47D

Black with #DBC47D

Text Example


Text Example

White with #DBC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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