Html Css Color HEX #DFC364 Chenin

📋 copy color: '#DFC364'

red 223 ◦ green 195 ◦ blue 100

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

Shades of Chenin #DFC364

Tints of Chenin #DFC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

 BLUE value IS 100 (39.45% from 255) = 19.31%

R = 43.05%
G = 37.64%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFC364 (or 0xDFC364) is known color: Chenin. HEX triplet: DF, C3 and 64. RGB value is (223,195,100). Sum of RGB (Red+Green+Blue) = 223+195+100=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC364 is #203C9B. Grayscale: #C0C0C0. Windows color (decimal): -2112668 or 6603743. OLE color: 6603743.

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

Color convert

RGB 223 195 100 -
CMYK 0 0.13 0.55 0.13
HSL 46.34º 0.66% 0.63% -
HSV(B) 46.34º 0.55% 0.87% -
XYZ 52.25 55.64 20.04 -
YUV 192.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 223 195 100 0 0.13 0.55 0.13 46.34 0.66 0.63
Hex DF C3 64 0 D 37 D 2E 42 3F
Octal 337 303 144 0 15 67 15 56 102 77
Binary 11011111 11000011 1100100 0 1101 110111 1101 101110 1000010 111111

Color Harmonies of #DFC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC364

Black with #DFC364

Text Example


Text Example

White with #DFC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC364; }

 p { color: rgb(223,195,100); }

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

background-color css

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

 a { background-color: rgb(223,195,100); }

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

border-color css

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

 span { border-color: rgb(223,195,100); }

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