Html Css Color HEX #DDC15C Tacha

📋 copy color: '#DDC15C'

red 221 ◦ green 193 ◦ blue 92

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

Shades of Tacha #DDC15C

Tints of Tacha #DDC15C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.14%

 BLUE value IS 92 (36.33% from 255) = 18.18%

R = 43.68%
G = 38.14%
B = 18.18%

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

#DDC15C (or 0xDDC15C) is known color: Tacha. HEX triplet: DD, C1 and 5C. RGB value is (221,193,92). Sum of RGB (Red+Green+Blue) = 221+193+92=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC15C is #223EA3. Grayscale: #BEBEBE. Windows color (decimal): -2244260 or 6078941. OLE color: 6078941.

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

Color convert

RGB 221 193 92 -
CMYK 0 0.13 0.58 0.13
HSL 46.98º 0.65% 0.61% -
HSV(B) 46.98º 0.58% 0.87% -
XYZ 50.82 54.28 17.92 -
YUV 189.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 221 193 92 0 0.13 0.58 0.13 46.98 0.65 0.61
Hex DD C1 5C 0 D 3A D 2F 41 3D
Octal 335 301 134 0 15 72 15 57 101 75
Binary 11011101 11000001 1011100 0 1101 111010 1101 101111 1000001 111101

Color Harmonies of #DDC15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC15C

Black with #DDC15C

Text Example


Text Example

White with #DDC15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC15C; }

 p { color: rgb(221,193,92); }

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

background-color css

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

 a { background-color: rgb(221,193,92); }

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

border-color css

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

 span { border-color: rgb(221,193,92); }

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