Html Css Color HEX #DFC264 Chenin

📋 copy color: '#DFC264'

red 223 ◦ green 194 ◦ blue 100

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

Shades of Chenin #DFC264

Tints of Chenin #DFC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 43.13%
G = 37.52%
B = 19.34%

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

#DFC264 (or 0xDFC264) is known color: Chenin. HEX triplet: DF, C2 and 64. RGB value is (223,194,100). Sum of RGB (Red+Green+Blue) = 223+194+100=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC264 is #203D9B. Grayscale: #C0C0C0. Windows color (decimal): -2112924 or 6603487. OLE color: 6603487.

HSL color Cylindrical-coordinate representation of color #DFC264: hue angle of 45.85º 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 #DFC264 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 100 -
CMYK 0 0.13 0.55 0.13
HSL 45.85º 0.66% 0.63% -
HSV(B) 45.85º 0.55% 0.87% -
XYZ 52.02 55.19 19.97 -
YUV 191.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 223 194 100 0 0.13 0.55 0.13 45.85 0.66 0.63
Hex DF C2 64 0 D 37 D 2E 42 3F
Octal 337 302 144 0 15 67 15 56 102 77
Binary 11011111 11000010 1100100 0 1101 110111 1101 101110 1000010 111111

Color Harmonies of #DFC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC264

Black with #DFC264

Text Example


Text Example

White with #DFC264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC264; }

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

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

background-color css

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

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

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

border-color css

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

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

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