Html Css Color HEX #DFC35F Tacha

📋 copy color: '#DFC35F'

red 223 ◦ green 195 ◦ blue 95

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

Shades of Tacha #DFC35F

Tints of Tacha #DFC35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.52%

R = 43.47%
G = 38.01%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFC35F (or 0xDFC35F) is known color: Tacha. HEX triplet: DF, C3 and 5F. RGB value is (223,195,95). Sum of RGB (Red+Green+Blue) = 223+195+95=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC35F is #203CA0. Grayscale: #C0C0C0. Windows color (decimal): -2112673 or 6276063. OLE color: 6276063.

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

Color convert

RGB 223 195 95 -
CMYK 0 0.13 0.57 0.13
HSL 46.88º 0.67% 0.62% -
HSV(B) 46.88º 0.57% 0.87% -
XYZ 52.01 55.54 18.81 -
YUV 191.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 223 195 95 0 0.13 0.57 0.13 46.88 0.67 0.62
Hex DF C3 5F 0 D 39 D 2F 43 3E
Octal 337 303 137 0 15 71 15 57 103 76
Binary 11011111 11000011 1011111 0 1101 111001 1101 101111 1000011 111110

Color Harmonies of #DFC35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC35F

Black with #DFC35F

Text Example


Text Example

White with #DFC35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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