Html Css Color HEX #DFBF72 Chenin

📋 copy color: '#DFBF72'

red 223 ◦ green 191 ◦ blue 114

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

Shades of Chenin #DFBF72

Tints of Chenin #DFBF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.59%

R = 42.23%
G = 36.17%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFBF72 (or 0xDFBF72) is known color: Chenin. HEX triplet: DF, BF and 72. RGB value is (223,191,114). Sum of RGB (Red+Green+Blue) = 223+191+114=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF72 is #20408D. Grayscale: #C0C0C0. Windows color (decimal): -2113678 or 7520223. OLE color: 7520223.

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

Color convert

RGB 223 191 114 -
CMYK 0 0.14 0.49 0.13
HSL 42.39º 0.63% 0.66% -
HSV(B) 42.39º 0.49% 0.87% -
XYZ 52.1 54.16 23.63 -
YUV 191.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 223 191 114 0 0.14 0.49 0.13 42.39 0.63 0.66
Hex DF BF 72 0 E 31 D 2A 3F 42
Octal 337 277 162 0 16 61 15 52 77 102
Binary 11011111 10111111 1110010 0 1110 110001 1101 101010 111111 1000010

Color Harmonies of #DFBF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF72

Black with #DFBF72

Text Example


Text Example

White with #DFBF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF72; }

 p { color: rgb(223,191,114); }

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

background-color css

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

 a { background-color: rgb(223,191,114); }

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

border-color css

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

 span { border-color: rgb(223,191,114); }

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