Html Css Color HEX #DFC35D Tacha

📋 copy color: '#DFC35D'

red 223 ◦ green 195 ◦ blue 93

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

Shades of Tacha #DFC35D

Tints of Tacha #DFC35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.2%

R = 43.64%
G = 38.16%
B = 18.2%

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

#DFC35D (or 0xDFC35D) is known color: Tacha. HEX triplet: DF, C3 and 5D. RGB value is (223,195,93). Sum of RGB (Red+Green+Blue) = 223+195+93=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC35D is #203CA2. Grayscale: #C0C0C0. Windows color (decimal): -2112675 or 6144991. OLE color: 6144991.

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

Color convert

RGB 223 195 93 -
CMYK 0 0.13 0.58 0.13
HSL 47.08º 0.67% 0.62% -
HSV(B) 47.08º 0.58% 0.87% -
XYZ 51.92 55.51 18.33 -
YUV 191.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 223 195 93 0 0.13 0.58 0.13 47.08 0.67 0.62
Hex DF C3 5D 0 D 3A D 2F 43 3E
Octal 337 303 135 0 15 72 15 57 103 76
Binary 11011111 11000011 1011101 0 1101 111010 1101 101111 1000011 111110

Color Harmonies of #DFC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC35D

Black with #DFC35D

Text Example


Text Example

White with #DFC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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