Html Css Color HEX #DFC381 Chalky

📋 copy color: '#DFC381'

red 223 ◦ green 195 ◦ blue 129

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

Shades of Chalky #DFC381

Tints of Chalky #DFC381

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.65%

 BLUE value IS 129 (50.78% from 255) = 23.58%

R = 40.77%
G = 35.65%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DFC381 (or 0xDFC381) is known color: Chalky. HEX triplet: DF, C3 and 81. RGB value is (223,195,129). Sum of RGB (Red+Green+Blue) = 223+195+129=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC381 is #203C7E. Grayscale: #C4C4C4. Windows color (decimal): -2112639 or 8504287. OLE color: 8504287.

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

Color convert

RGB 223 195 129 -
CMYK 0 0.13 0.42 0.13
HSL 42.13º 0.59% 0.69% -
HSV(B) 42.13º 0.42% 0.87% -
XYZ 53.91 56.3 28.8 -
YUV 195.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 223 195 129 0 0.13 0.42 0.13 42.13 0.59 0.69
Hex DF C3 81 0 D 2A D 2A 3B 45
Octal 337 303 201 0 15 52 15 52 73 105
Binary 11011111 11000011 10000001 0 1101 101010 1101 101010 111011 1000101

Color Harmonies of #DFC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC381

Black with #DFC381

Text Example


Text Example

White with #DFC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC381; }

 p { color: rgb(223,195,129); }

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

background-color css

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

 a { background-color: rgb(223,195,129); }

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

border-color css

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

 span { border-color: rgb(223,195,129); }

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