Html Css Color HEX #DFC082 Chalky

📋 copy color: '#DFC082'

red 223 ◦ green 192 ◦ blue 130

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

Shades of Chalky #DFC082

Tints of Chalky #DFC082

RGB

 RED value IS 223 (87.5% from 255) = 40.92%

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 130 (51.17% from 255) = 23.85%

R = 40.92%
G = 35.23%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DFC082 (or 0xDFC082) is known color: Chalky. HEX triplet: DF, C0 and 82. RGB value is (223,192,130). Sum of RGB (Red+Green+Blue) = 223+192+130=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC082 is #203F7D. Grayscale: #C2C2C2. Windows color (decimal): -2113406 or 8569055. OLE color: 8569055.

HSL color Cylindrical-coordinate representation of color #DFC082: hue angle of 40º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFC082 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 192 130 -
CMYK 0 0.14 0.42 0.13
HSL 40º 0.59% 0.69% -
HSV(B) 40º 0.42% 0.87% -
XYZ 53.31 55 28.93 -
YUV 194.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 223 192 130 0 0.14 0.42 0.13 40 0.59 0.69
Hex DF C0 82 0 E 2A D 28 3B 45
Octal 337 300 202 0 16 52 15 50 73 105
Binary 11011111 11000000 10000010 0 1110 101010 1101 101000 111011 1000101

Color Harmonies of #DFC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC082

Black with #DFC082

Text Example


Text Example

White with #DFC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC082; }

 p { color: rgb(223,192,130); }

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

background-color css

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

 a { background-color: rgb(223,192,130); }

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

border-color css

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

 span { border-color: rgb(223,192,130); }

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