Html Css Color HEX #DFC482 Chalky

📋 copy color: '#DFC482'

red 223 ◦ green 196 ◦ blue 130

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

Shades of Chalky #DFC482

Tints of Chalky #DFC482

RGB

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

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

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

R = 40.62%
G = 35.7%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DFC482 (or 0xDFC482) is known color: Chalky. HEX triplet: DF, C4 and 82. RGB value is (223,196,130). Sum of RGB (Red+Green+Blue) = 223+196+130=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC482 is #203B7D. Grayscale: #C4C4C4. Windows color (decimal): -2112382 or 8570079. OLE color: 8570079.

HSL color Cylindrical-coordinate representation of color #DFC482: hue angle of 42.58º 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 #DFC482 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 196 130 -
CMYK 0 0.12 0.42 0.13
HSL 42.58º 0.59% 0.69% -
HSV(B) 42.58º 0.42% 0.87% -
XYZ 54.2 56.78 29.22 -
YUV 196.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 223 196 130 0 0.12 0.42 0.13 42.58 0.59 0.69
Hex DF C4 82 0 C 2A D 2B 3B 45
Octal 337 304 202 0 14 52 15 53 73 105
Binary 11011111 11000100 10000010 0 1100 101010 1101 101011 111011 1000101

Color Harmonies of #DFC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC482

Black with #DFC482

Text Example


Text Example

White with #DFC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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