Html Css Color HEX #DEC57D Chalky

📋 copy color: '#DEC57D'

red 222 ◦ green 197 ◦ blue 125

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

Shades of Chalky #DEC57D

Tints of Chalky #DEC57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.21%

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

R = 40.81%
G = 36.21%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DEC57D (or 0xDEC57D) is known color: Chalky. HEX triplet: DE, C5 and 7D. RGB value is (222,197,125). Sum of RGB (Red+Green+Blue) = 222+197+125=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC57D is #213A82. Grayscale: #C4C4C4. Windows color (decimal): -2177667 or 8242654. OLE color: 8242654.

HSL color Cylindrical-coordinate representation of color #DEC57D: hue angle of 44.54º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEC57D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 125 -
CMYK 0 0.11 0.44 0.13
HSL 44.54º 0.6% 0.68% -
HSV(B) 44.54º 0.44% 0.87% -
XYZ 53.79 56.94 27.56 -
YUV 196.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 222 197 125 0 0.11 0.44 0.13 44.54 0.6 0.68
Hex DE C5 7D 0 B 2C D 2D 3C 44
Octal 336 305 175 0 13 54 15 55 74 104
Binary 11011110 11000101 1111101 0 1011 101100 1101 101101 111100 1000100

Color Harmonies of #DEC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC57D

Black with #DEC57D

Text Example


Text Example

White with #DEC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC57D; }

 p { color: rgb(222,197,125); }

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

background-color css

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

 a { background-color: rgb(222,197,125); }

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

border-color css

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

 span { border-color: rgb(222,197,125); }

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