Html Css Color HEX #DEBF7F Chalky

📋 copy color: '#DEBF7F'

red 222 ◦ green 191 ◦ blue 127

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

Shades of Chalky #DEBF7F

Tints of Chalky #DEBF7F

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

 BLUE value IS 127 (50% from 255) = 23.52%

R = 41.11%
G = 35.37%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DEBF7F (or 0xDEBF7F) is known color: Chalky. HEX triplet: DE, BF and 7F. RGB value is (222,191,127). Sum of RGB (Red+Green+Blue) = 222+191+127=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF7F is #214080. Grayscale: #C1C1C1. Windows color (decimal): -2179201 or 8372190. OLE color: 8372190.

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

Color convert

RGB 222 191 127 -
CMYK 0 0.14 0.43 0.13
HSL 40.42º 0.59% 0.68% -
HSV(B) 40.42º 0.43% 0.87% -
XYZ 52.59 54.32 27.79 -
YUV 192.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 222 191 127 0 0.14 0.43 0.13 40.42 0.59 0.68
Hex DE BF 7F 0 E 2B D 28 3B 44
Octal 336 277 177 0 16 53 15 50 73 104
Binary 11011110 10111111 1111111 0 1110 101011 1101 101000 111011 1000100

Color Harmonies of #DEBF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBF7F

Black with #DEBF7F

Text Example


Text Example

White with #DEBF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBF7F; }

 p { color: rgb(222,191,127); }

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

background-color css

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

 a { background-color: rgb(222,191,127); }

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

border-color css

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

 span { border-color: rgb(222,191,127); }

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