Html Css Color HEX #DFC35E Tacha

📋 copy color: '#DFC35E'

red 223 ◦ green 195 ◦ blue 94

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

Shades of Tacha #DFC35E

Tints of Tacha #DFC35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.36%

R = 43.55%
G = 38.09%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFC35E (or 0xDFC35E) is known color: Tacha. HEX triplet: DF, C3 and 5E. RGB value is (223,195,94). Sum of RGB (Red+Green+Blue) = 223+195+94=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC35E is #203CA1. Grayscale: #C0C0C0. Windows color (decimal): -2112674 or 6210527. OLE color: 6210527.

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

Color convert

RGB 223 195 94 -
CMYK 0 0.13 0.58 0.13
HSL 46.98º 0.67% 0.62% -
HSV(B) 46.98º 0.58% 0.87% -
XYZ 51.97 55.53 18.57 -
YUV 191.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 223 195 94 0 0.13 0.58 0.13 46.98 0.67 0.62
Hex DF C3 5E 0 D 3A D 2F 43 3E
Octal 337 303 136 0 15 72 15 57 103 76
Binary 11011111 11000011 1011110 0 1101 111010 1101 101111 1000011 111110

Color Harmonies of #DFC35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC35E

Black with #DFC35E

Text Example


Text Example

White with #DFC35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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