Html Css Color HEX #DDC65F Tacha

📋 copy color: '#DDC65F'

red 221 ◦ green 198 ◦ blue 95

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

Shades of Tacha #DDC65F

Tints of Tacha #DDC65F

RGB

 RED value IS 221 (86.72% from 255) = 43%

 GREEN value IS 198 (77.73% from 255) = 38.52%

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

R = 43%
G = 38.52%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDC65F (or 0xDDC65F) is known color: Tacha. HEX triplet: DD, C6 and 5F. RGB value is (221,198,95). Sum of RGB (Red+Green+Blue) = 221+198+95=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC65F is #2239A0. Grayscale: #C1C1C1. Windows color (decimal): -2242977 or 6276829. OLE color: 6276829.

HSL color Cylindrical-coordinate representation of color #DDC65F: hue angle of 49.05º degrees, saturation: 0.65, 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 #DDC65F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 95 -
CMYK 0 0.10 0.57 0.13
HSL 49.05º 0.65% 0.62% -
HSV(B) 49.05º 0.57% 0.87% -
XYZ 52.08 56.59 19 -
YUV 193.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 221 198 95 0 0.10 0.57 0.13 49.05 0.65 0.62
Hex DD C6 5F 0 A 39 D 31 41 3E
Octal 335 306 137 0 12 71 15 61 101 76
Binary 11011101 11000110 1011111 0 1010 111001 1101 110001 1000001 111110

Color Harmonies of #DDC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC65F

Black with #DDC65F

Text Example


Text Example

White with #DDC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC65F; }

 p { color: rgb(221,198,95); }

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

background-color css

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

 a { background-color: rgb(221,198,95); }

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

border-color css

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

 span { border-color: rgb(221,198,95); }

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