Html Css Color HEX #DFBD7F Chalky

📋 copy color: '#DFBD7F'

red 223 ◦ green 189 ◦ blue 127

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

Shades of Chalky #DFBD7F

Tints of Chalky #DFBD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

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

R = 41.37%
G = 35.06%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFBD7F (or 0xDFBD7F) is known color: Chalky. HEX triplet: DF, BD and 7F. RGB value is (223,189,127). Sum of RGB (Red+Green+Blue) = 223+189+127=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD7F is #204280. Grayscale: #C0C0C0. Windows color (decimal): -2114177 or 8371679. OLE color: 8371679.

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

Color convert

RGB 223 189 127 -
CMYK 0 0.15 0.43 0.13
HSL 38.75º 0.6% 0.69% -
HSV(B) 38.75º 0.43% 0.87% -
XYZ 52.46 53.62 27.66 -
YUV 192.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 223 189 127 0 0.15 0.43 0.13 38.75 0.6 0.69
Hex DF BD 7F 0 F 2B D 27 3C 45
Octal 337 275 177 0 17 53 15 47 74 105
Binary 11011111 10111101 1111111 0 1111 101011 1101 100111 111100 1000101

Color Harmonies of #DFBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD7F

Black with #DFBD7F

Text Example


Text Example

White with #DFBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD7F; }

 p { color: rgb(223,189,127); }

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

background-color css

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

 a { background-color: rgb(223,189,127); }

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

border-color css

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

 span { border-color: rgb(223,189,127); }

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