Html Css Color HEX #DFBD6A Chenin

📋 copy color: '#DFBD6A'

red 223 ◦ green 189 ◦ blue 106

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

Shades of Chenin #DFBD6A

Tints of Chenin #DFBD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.46%

R = 43.05%
G = 36.49%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFBD6A (or 0xDFBD6A) is known color: Chenin. HEX triplet: DF, BD and 6A. RGB value is (223,189,106). Sum of RGB (Red+Green+Blue) = 223+189+106=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD6A is #204295. Grayscale: #BEBEBE. Windows color (decimal): -2114198 or 6995423. OLE color: 6995423.

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

Color convert

RGB 223 189 106 -
CMYK 0 0.15 0.52 0.13
HSL 42.56º 0.65% 0.65% -
HSV(B) 42.56º 0.52% 0.87% -
XYZ 51.23 53.12 21.19 -
YUV 189.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 223 189 106 0 0.15 0.52 0.13 42.56 0.65 0.65
Hex DF BD 6A 0 F 34 D 2B 41 41
Octal 337 275 152 0 17 64 15 53 101 101
Binary 11011111 10111101 1101010 0 1111 110100 1101 101011 1000001 1000001

Color Harmonies of #DFBD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD6A

Black with #DFBD6A

Text Example


Text Example

White with #DFBD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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