Html Css Color HEX #DEC381 Chalky

📋 copy color: '#DEC381'

red 222 ◦ green 195 ◦ blue 129

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

Shades of Chalky #DEC381

Tints of Chalky #DEC381

RGB

 RED value IS 222 (87.11% from 255) = 40.66%

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

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

R = 40.66%
G = 35.71%
B = 23.63%

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

#DEC381 (or 0xDEC381) is known color: Chalky. HEX triplet: DE, C3 and 81. RGB value is (222,195,129). Sum of RGB (Red+Green+Blue) = 222+195+129=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC381 is #213C7E. Grayscale: #C3C3C3. Windows color (decimal): -2178175 or 8504286. OLE color: 8504286.

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

Color convert

RGB 222 195 129 -
CMYK 0 0.12 0.42 0.13
HSL 42.58º 0.58% 0.69% -
HSV(B) 42.58º 0.42% 0.87% -
XYZ 53.6 56.14 28.78 -
YUV 195.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 222 195 129 0 0.12 0.42 0.13 42.58 0.58 0.69
Hex DE C3 81 0 C 2A D 2B 3A 45
Octal 336 303 201 0 14 52 15 53 72 105
Binary 11011110 11000011 10000001 0 1100 101010 1101 101011 111010 1000101

Color Harmonies of #DEC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC381

Black with #DEC381

Text Example


Text Example

White with #DEC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC381; }

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

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

background-color css

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

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

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

border-color css

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

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

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