Html Css Color HEX #DFC07B Chalky

📋 copy color: '#DFC07B'

red 223 ◦ green 192 ◦ blue 123

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

Shades of Chalky #DFC07B

Tints of Chalky #DFC07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 123 (48.44% from 255) = 22.86%

R = 41.45%
G = 35.69%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFC07B (or 0xDFC07B) is known color: Chalky. HEX triplet: DF, C0 and 7B. RGB value is (223,192,123). Sum of RGB (Red+Green+Blue) = 223+192+123=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC07B is #203F84. Grayscale: #C1C1C1. Windows color (decimal): -2113413 or 8110303. OLE color: 8110303.

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

Color convert

RGB 223 192 123 -
CMYK 0 0.14 0.45 0.13
HSL 41.4º 0.61% 0.68% -
HSV(B) 41.4º 0.45% 0.87% -
XYZ 52.86 54.82 26.53 -
YUV 193.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 223 192 123 0 0.14 0.45 0.13 41.4 0.61 0.68
Hex DF C0 7B 0 E 2D D 29 3D 44
Octal 337 300 173 0 16 55 15 51 75 104
Binary 11011111 11000000 1111011 0 1110 101101 1101 101001 111101 1000100

Color Harmonies of #DFC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC07B

Black with #DFC07B

Text Example


Text Example

White with #DFC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC07B; }

 p { color: rgb(223,192,123); }

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

background-color css

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

 a { background-color: rgb(223,192,123); }

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

border-color css

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

 span { border-color: rgb(223,192,123); }

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